FabricationService.OverrideServiceButtonExclusion
Method
Description:
Overrides the default service button exclusions, used by Route and Fill, Design to Fabrication, or Multi Point Routing for the current user and session only.
Overrides the default service button exclusions, used by Route and Fill, Design to Fabrication, or Multi Point Routing for the current user and session only.
Syntax
public void OverrideServiceButtonExclusion(
int paletteIndex,
int buttonIndex,
bool exclude
)
Parameters
Parameter | Type | Description |
---|---|---|
paletteIndex | Int32 | The index of the service palette to exclude the service button from. |
buttonIndex | Int32 | The index of the service button to exclude. |
exclude | Boolean | Pass true to exclude from being used by Route and Fill or Design to Fabrication. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index paletteIndex is not larger or equal to 0 and less than PaletteCount. |