<Code Lib>
2022 Method
Changes 8
M

FabricationService.IsGroupExcluded

Description:
This method is deprecated in Revit 2022 and and may be removed in a future version of Revit. Please use the `IsPaletteExcluded` method instead.

[ObsoleteAttribute]
public bool IsGroupExcluded(
	int groupIndex
)

  • Int32
    groupIndex
    The index of the group.
Return Value bool Returns true if the group indexed by groupIndex is currently to be excluded.

Loading…