Get whether a service palette is excluded from being used by the Route and Fill, Design to Fabrication, or Multi Point Routing commands. The default configuration values may be overridden by SetServicePaletteExclusions.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public bool IsPaletteExcluded(
int paletteIndex
) |
Visual Basic |
---|
Public Function IsPaletteExcluded ( _
paletteIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsPaletteExcluded(
int paletteIndex
) |
Parameters
- paletteIndex
- Type: System..::..Int32
The index of the palete.
Return Value
Returns true if the palette indexed by paletteIndex is currently to be excluded.
Exceptions
See Also