| Revit 2017 API |
| FabricationService..::..IsValidButtonIndex Method |
| FabricationService Class See Also |
Validates the button index.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2016
Syntax
| C# |
|---|
public bool IsValidButtonIndex( int groupIndex, int buttonIndex ) |
| Visual Basic |
|---|
Public Function IsValidButtonIndex ( _ groupIndex As Integer, _ buttonIndex As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsValidButtonIndex( int groupIndex, int buttonIndex ) |
Parameters
- groupIndex
- Type: System..::..Int32
The group index.
- buttonIndex
- Type: System..::..Int32
The button index to check.