2022 Method
Changes 2
M

FabricationService.SetServicePaletteExclusions

Description:
Sets the service palette exclusions, used by Route and Fill or Design to Fabrication commands, for the current user and session only. This will alter them from the default configuration exclusions to only exclude those palettes passed.
public bool SetServicePaletteExclusions(
	IList<int> excludedPalettes
)
  • IList<Int32>
    excludedPalettes
    A list of service palette indexes to be excluded.
Return Value bool Returns true if succeeded to set the exclusions to the specified palette(s).