Revit 2026 API
Revision |
The options for how revision numbers should be displayed on sheets within a project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
Members
Member name | Value | Description |
---|---|---|
PerProject | 0 | The revision numbers on a sheet will match the global Revision Sequence Number assigned to the revision. |
PerSheet | 1 | The revisions on a given sheet will be automatically assigned a consecutive sequence for their revision numbers displayed on that sheet. |
See Also