NumberingSchemaType
Description:
A type for identifying a of a particular kind.
A type for identifying a of a particular kind.
Remarks:
Each numbering schema is applicable to a certain category of Revit elements. For example, the Rebar numbering schema (built-in) is used and only applicable to Rebar elements. With that schema present, all Rebar elements automatically will get their respective numbers and those numbers would not correspond in any way to numbers of other enumerable elements that belong to different numbering schemas.
There are only built-in schemas available currently.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.NumberingSchemaType
System.Object
Autodesk.Revit.DB.GuidEnum
Autodesk.Revit.DB.NumberingSchemaType
public class NumberingSchemaType : GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| NumberingSchemaType(Guid) | None | Creates a new NumberingSchemaType instance. | |
| GuidEnum(Guid) | None | Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value. | GuidEnum |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| op_Equality(NumberingSchemaType, NumberingSchemaType) | bool | Compares two NumberingSchemaType instances. | |
| op_Inequality(NumberingSchemaType, NumberingSchemaType) | bool | Compares two NumberingSchemaType instances. | |
| Equals(Object) | bool | Compares two Guid-based enum object based on their concrete class and GUID value. | GuidEnum |
| GetHashCode() | int | Generates a hash code for this Guid-based enum object. | GuidEnum |