Share

FabricationService.IsValidButtonIndex Method

Validates the button index.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsValidButtonIndex(
	int paletteIndex,
	int buttonIndex
)

Parameters

paletteIndex  Int32
The palette index.
buttonIndex  Int32
The button index to check.

Return Value

Boolean
True if larger or equal to 0 and less than PaletteCount.

See Also

Reference

Was this information helpful?