Numbering |
A type for identifying a NumberingSchema of a particular kind.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

The NumberingSchemaType type exposes the following members.

Name | Description | |
---|---|---|
![]() | NumberingSchemaType | Creates a new NumberingSchemaType instance. |


Name | Description | |
---|---|---|
![]() | Equals | Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum ) |
![]() | GetHashCode | Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum ) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object ) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object ) |

Name | Description | |
---|---|---|
![]() ![]() | Equality(NumberingSchemaType, NumberingSchemaType) | Compares two NumberingSchemaType instances. |
![]() ![]() | Inequality(NumberingSchemaType, NumberingSchemaType) | Compares two NumberingSchemaType instances. |

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.
