|
|
Update variables collection back to database, only Objects table will update input variable back to database
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Sub UpdateInputVariables ( _ rowId As Long, _ collection As TakeoffVariableCollection _ ) |
| C# |
|---|
public void UpdateInputVariables( long rowId, TakeoffVariableCollection collection ) |
| Visual C++ |
|---|
public: void UpdateInputVariables( long long rowId, TakeoffVariableCollection^ collection ) |
Parameters
- rowId
- Type: System..::..Int64
- collection
- Type: Autodesk.Navisworks.Api.Takeoff..::..TakeoffVariableCollection
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Should update the collection back with the RowId that used to select the collection |
| System..::..InvalidOperationException | Document is empty |
| System..::..InvalidOperationException | Update variable must inside a transaction |