Revit 2020.1 API |
FabricationService..::..GetButton Method |
FabricationService Class See Also |
Gets the service button for a given group index and button index from the service.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2016
Syntax
C# |
---|
public FabricationServiceButton GetButton( int groupIndex, int buttonIndex ) |
Visual Basic |
---|
Public Function GetButton ( _ groupIndex As Integer, _ buttonIndex As Integer _ ) As FabricationServiceButton |
Visual C++ |
---|
public: FabricationServiceButton^ GetButton( int groupIndex, int buttonIndex ) |
Parameters
- groupIndex
- Type: System..::..Int32
The group index.
- buttonIndex
- Type: System..::..Int32
The button index.
Return Value
The service button
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | the index groupIndex is not larger or equal to 0 and less than GroupCount |