Share

NumberingSchemaType Class

A type for identifying a NumberingSchema of a particular kind.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.GuidEnum
    Autodesk.Revit.DB.NumberingSchemaType


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

Syntax

C#

public class NumberingSchemaType : GuidEnum

The NumberingSchemaType type exposes the following members.

Constructors

 NameDescription
Public methodNumberingSchemaTypeCreates a new NumberingSchemaType instance.

Properties

 NameDescription
Public propertyGuid The Guid of GUID-based enum object.
(Inherited from GuidEnum)

Methods

 NameDescription
Public methodEquals Compares two Guid-based enum object based on their concrete class and GUID value.
(Inherited from GuidEnum)
Public methodGetHashCode Generates a hash code for this Guid-based enum object.
(Inherited from GuidEnum)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

 NameDescription
Public operatorStatic memberEquality(NumberingSchemaType, NumberingSchemaType)Compares two NumberingSchemaType instances.
Public operatorStatic memberInequality(NumberingSchemaType, NumberingSchemaType)Compares two NumberingSchemaType instances.

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.

See Also

Reference

Was this information helpful?