Revit 2026 API
Revision |
Gets all of the revision numbering sequences from the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ISet<ElementId> GetAllRevisionNumberingSequences( Document document )
Public Shared Function GetAllRevisionNumberingSequences ( document As Document ) As ISet(Of ElementId)
public: static ISet<ElementId^>^ GetAllRevisionNumberingSequences( Document^ document )
static member GetAllRevisionNumberingSequences : document : Document -> ISet<ElementId>
Parameters
- document Document
- The document that contains the sequences.
Return Value
ISetElementIdThe revision numbering sequences from the document.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also