Returns a copy of the AlphanumericRevisionSettings owned by this revision numbering sequence.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public AlphanumericRevisionSettings GetAlphanumericRevisionSettings()
Return Value
AlphanumericRevisionSettingsThe copy of the AlphaumericRevisionSettings owned by this revision numbering sequence.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This RevisionNumberingSequence doesn't own a valid alphanumeric revision settings. |