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
[ObsoleteAttribute("Deprecated in Revit 2027 and may be removed in a later version of Revit. Schemas are no longer defined as unique based on this, the Name property is used.")]
public class NumberingSchemaType : GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| NumberingSchemaType(Guid) | None | Creates a new NumberingSchemaType instance. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals(Object) | Boolean | Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum ) | GuidEnum |
| GetHashCode() | Int32 | Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum ) | GuidEnum |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(NumberingSchemaType, NumberingSchemaType) | Boolean | Compares two NumberingSchemaType instances. | |
| Inequality(NumberingSchemaType, NumberingSchemaType) | Boolean | Compares two NumberingSchemaType instances. |