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: 22.0.0.0 (22.1.0.0)
Since: 2016
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- paletteIndex
- Type: System Int32
The palette index.
- buttonIndex
- Type: System Int32
The button index.
Return Value
The service buttonExceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | the index paletteIndex is not larger or equal to 0 and less than PaletteCount |