NumberingSchemaGetScopeDefiningCategories Method

Get the categories that define the scope of this numbering schema.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public ISet<ElementId> GetScopeDefiningCategories()

Return Value

ISetElementId
Remarks
The categories from this set is determined by the filter that determines the scope for this schema.
See Also