Revit 2018 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: 18.0.0.0 (18.0.0.420)
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 (); } |