Returns an instance of the specified Numbering Schema in the given document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static NumberingSchema GetNumberingSchema(
Document document,
NumberingSchemaType schemaType
)
Parameters
- document Document
-
A document to get the numbering schema from.
- schemaType NumberingSchemaType
-
The type of a built-in schema to get.
Return Value
NumberingSchema
Instance of the specified schema.
Exceptions
See Also
Reference