RevisionNumberingSequenceGetAllRevisionNumberingSequences Method |
Gets all of the revision numbering sequences from the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
ISetElementId
The revision numbering sequences from the document.
Exceptions
See Also