Share

RevisionNumberingSequence.NumberType Property

Indicates the revision number type of the revision numbering sequence.


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

Syntax

C#

public RevisionNumberType NumberType { get; }

Property Value

RevisionNumberType

Exceptions

ExceptionCondition
InvalidOperationException This RevisionNumberingSequence doesn't own a valid revision settings for number type.

Remarks

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

Reference

Was this information helpful?