Share

Revision.RevisionNumber Property

The Revision number of this revision.


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

Syntax

C#

public string RevisionNumber { get; }

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException This operation is not valid for when the revision numbering is per sheet.

Remarks

Note that this field is only available if the RevisionSettings are set to number revisions PerProject. When Revisions are numbered PerSheet, a given Revision may display a different RevisionNumber on each sheet. In this case, the revision number can be obtained by calling [!:Autodesk::Revit::DB::ViewSheet::GetRevisionNumberOnSheet()].

See Also

Reference

Was this information helpful?