The number of palettes in the service.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public int PaletteCount { get; } |
Visual Basic |
---|
Public ReadOnly Property PaletteCount As Integer Get |
Visual C++ |
---|
public: property int PaletteCount { int get (); } |