RVTDocs.com
Namespace: Autodesk.Revit.DB

NumberingSchemaType

Class
Description:
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
Syntax
public class NumberingSchemaType : GuidEnum
NumberingSchemaType Class Members:
Name Description Inherited From
NumberingSchemaType Creates a new NumberingSchemaType instance.
Name Description Inherited From
Guid The Guid of GUID-based enum object. (Inherited from GuidEnum ) GuidEnum
Name Description Inherited From
Equals Compares two Guid-based enum object based on their concrete class and GUID value. (Inherited from GuidEnum ) GuidEnum
GetHashCode Generates a hash code for this Guid-based enum object. (Inherited from GuidEnum ) GuidEnum
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object
Name Description Inherited From
Equality(NumberingSchemaType, NumberingSchemaType) Compares two NumberingSchemaType instances.
Inequality(NumberingSchemaType, NumberingSchemaType) Compares two NumberingSchemaType instances.