Returns a set of Ids of all Numbering Schema elements for a given document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ISet<ElementId> GetSchemasInDocument(
Document document
)
Parameters
- document Document
-
A document to get numbering schema from.
Return Value
ISet<ElementId>
Ids of NumberingSchema elements. An empty set if no schemas are found in the given document.
Exceptions
See Also
Reference