Revit 2025 API
Alphanumeric |
Gets a list containing the strings to be used as the numbering sequence for
revisions with the Alphanumeric RevisionNumberType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<string> GetSequence()
Public Function GetSequence As IList(Of String)
public: IList<String^>^ GetSequence()
member GetSequence : unit -> IList<string>
Return Value
IListStringSee Also