Revit 2026 API
Fabrication |
Validates the button index.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidButtonIndex( int paletteIndex, int buttonIndex )
Public Function IsValidButtonIndex ( paletteIndex As Integer, buttonIndex As Integer ) As Boolean
public: bool IsValidButtonIndex( int paletteIndex, int buttonIndex )
member IsValidButtonIndex : paletteIndex : int * buttonIndex : int -> bool
Parameters
- paletteIndex Int32
- The palette index.
- buttonIndex Int32
- The button index to check.
Return Value
BooleanTrue if larger or equal to 0 and less than PaletteCount.
See Also