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