Gets the service button for a given palette index and button index from the service.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FabricationServiceButton GetButton(
int paletteIndex,
int buttonIndex
)
Parameters
- paletteIndex Int32
-
The palette index.
- buttonIndex Int32
-
The button index.
Return Value
FabricationServiceButton
The service button.
Exceptions
See Also
Reference