Revit 2023 API |
NumberingSchema..::..SchemaType Property |
NumberingSchema Class See Also |
Identifies the kind of elements/objects this numbering schema is used for.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public NumberingSchemaType SchemaType { get; } |
Visual Basic |
---|
Public ReadOnly Property SchemaType As NumberingSchemaType Get |
Visual C++ |
---|
public: property NumberingSchemaType^ SchemaType { NumberingSchemaType^ get (); } |