Gets a list containing the strings to be used as the numbering sequence for
revisions with the Alphanumeric RevisionNumberType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2016
Syntax
| C# |
|---|
public IList<string> GetSequence() |
| Visual Basic |
|---|
Public Function GetSequence As IList(Of String) |
| Visual C++ |
|---|
public: IList<String^>^ GetSequence() |