Revit 2025 API
Revision |
Indicates the revision number type of the revision numbering sequence.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RevisionNumberType NumberType { get; }
Public ReadOnly Property NumberType As RevisionNumberType Get
public: property RevisionNumberType NumberType { RevisionNumberType get (); }
member NumberType : RevisionNumberType with get
Property Value
RevisionNumberType
Exception | Condition |
---|---|
InvalidOperationException | This RevisionNumberingSequence doesn't own a valid revision settings for number type. |

This property can be used to figure out if a revision numbering sequence is numeric or alphanumeric.
The returned RevisionNumberType is either RevisionNumberType::Numeric or RevisionNumberType::Alphanumeric.
See Also