|
|
Get value of a User field with specified index (User1 is index 0, User10 is index 9)
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Function GetUserFieldByIndex ( _ index As Integer _ ) As String |
| C# |
|---|
public string GetUserFieldByIndex( int index ) |
| Visual C++ |
|---|
public: String^ GetUserFieldByIndex( int index ) |
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentOutOfRangeException | index not in the range 0 to 9 |