Revit 2025 API
Fabrication |
Gets the service button for a given palette index and button index from the service.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FabricationServiceButton GetButton( int paletteIndex, int buttonIndex )
Public Function GetButton ( paletteIndex As Integer, buttonIndex As Integer ) As FabricationServiceButton
public: FabricationServiceButton^ GetButton( int paletteIndex, int buttonIndex )
member GetButton : paletteIndex : int * buttonIndex : int -> FabricationServiceButton
Parameters
Return Value
FabricationServiceButtonThe service button.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index paletteIndex is not larger or equal to 0 and less than PaletteCount. |
See Also