Gets the ordered array of Revisions which participate in the sheet's revision schedules.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetAllRevisionIds()
Return Value
IList<ElementId>The ordered array of ids of Revisions participating in the sheet's revision schedules.
