FabricationService.IsPaletteExcluded
Method
Description:
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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
paletteIndex | Int32 | The index of the palete. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if the palette indexed by paletteIndex is currently to be excluded. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index paletteIndex is not larger or equal to 0 and less than PaletteCount. |