Validates the button index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2016
Syntax
C# |
---|
public bool IsValidButtonIndex( int paletteIndex, int buttonIndex ) |
Visual Basic |
---|
Public Function IsValidButtonIndex ( _ paletteIndex As Integer, _ buttonIndex As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool IsValidButtonIndex( int paletteIndex, int buttonIndex ) |
Parameters
- paletteIndex
- Type: System..::..Int32
The palette index.
- buttonIndex
- Type: System..::..Int32
The button index to check.