RevisionNumbering Enumeration

The options for how revision numbers should be displayed on sheets within a project.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RevisionNumbering
Members
Member nameValueDescription
PerProject0 The revision numbers on a sheet will match the global Revision Sequence Number assigned to the revision.
PerSheet1 The revisions on a given sheet will be automatically assigned a consecutive sequence for their revision numbers displayed on that sheet.
See Also