RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Revision

Revision.SequenceNumber

Property
Description:
The Sequence Number of this Revision.
Remarks:
Every Revision in the project will be assigned a consecutive sequence number starting with 1. This number corresponds to the ordering of the Revisions. If a Revision is deleted, subsequent Revisions will update their sequence numbers to maintain a consecutive list.
Syntax
public int SequenceNumber { get; }