RVTDocs.com

FabricationService.GetButton

Method
Description:
Gets the service button for a given palette index and button index from the service.
Syntax
public FabricationServiceButton GetButton(
	int paletteIndex,
	int buttonIndex
)
Parameters
Parameter Type Description
paletteIndex Int32 The palette index.
buttonIndex Int32 The button index.
Return Value
Type Description
FabricationServiceButton The service button.
Exceptions
Exception Condition
ArgumentOutOfRangeException The index paletteIndex is not larger or equal to 0 and less than PaletteCount.