Revit 2022 API |
FabricationServiceButton..::..PaletteIndex Property |
FabricationServiceButton Class See Also |
The palette index for this button.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2022
Syntax
C# |
---|
public int PaletteIndex { get; } |
Visual Basic |
---|
Public ReadOnly Property PaletteIndex As Integer Get |
Visual C++ |
---|
public: property int PaletteIndex { int get (); } |