|
|
Define mapping for 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 Sub SetUserFieldByIndex ( _ index As Integer, _ value As TimelinerDataSourceField _ ) |
| C# |
|---|
public void SetUserFieldByIndex( int index, TimelinerDataSourceField value ) |
| Visual C++ |
|---|
public: void SetUserFieldByIndex( int index, TimelinerDataSourceField^ value ) |
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentOutOfRangeException | index not in the range 0 to 9 |
| System..::..ArgumentNullException | Argument 'value' is null |
| System..::..ArgumentException | Argument 'value' has been Disposed |