Returns a copy of the NumericRevisionSettings 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 NumericRevisionSettings GetNumericRevisionSettings()
Return Value
NumericRevisionSettingsThe copy of the NumericRevisionSettings owned by this revision numbering sequence.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This RevisionNumberingSequence doesn't own a valid numeric revision settings. |