<Code Lib>
2022 Method
Changes 8
M

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.

[ObsoleteAttribute]
public bool SetServiceGroupExclusions(
	IList<int> excludedGroups
)

  • IList<Int32>
    excludedGroups
    A list of service group indexes to be excluded.
Return Value bool Returns true if succeeded to set the exclusions to the specified group(s).

Loading…