Validates the palette index.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidPaletteIndex( int paletteIndex )
Parameters
- paletteIndex Int32
- The palette index to check.
Return Value
BooleanTrue if larger or equal to 0 and less than PaletteCount.