FabricationService.SetServiceGroupExclusions
Description:
This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the `SetServicePaletteExclusions` method instead.
This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the `SetServicePaletteExclusions` method instead.
[ObsoleteAttribute]
public bool SetServiceGroupExclusions(
IList<int> excludedGroups
)
-
IList<Int32>excludedGroupsA list of service group indexes to be excluded.
Return Value
bool
Returns true if succeeded to set the exclusions to the specified group(s).
-
A non-optional argument was null
-
paletteIndices contains an index that is not larger or equal to 0 and less than PaletteCount
-
None of the following disciplines is enabled: Mechanical Electrical Piping.