|
![]() |
Sets a value into a given SchemaData via the associated EditAccessor.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub SetValue ( _ accessor As EditAccessor, _ value As Integer _ ) |
C# |
---|
public void SetValue( EditAccessor accessor, int value ) |
Visual C++ |
---|
public: void SetValue( EditAccessor^ accessor, int value ) |
Parameters
- accessor
- Type: Autodesk.Navisworks.Api.Schema..::..EditAccessor
- value
- Type: System..::..Int32
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | C++ exception 'LcUSchemaNotCompiledException' thrown |
System..::..InvalidOperationException | C++ exception 'LcUSchemaInvalidAccessorException' thrown |
System..::..ObjectDisposedException | Object has been Disposed |
System..::..ArgumentNullException | Argument 'accessor' is null |
System..::..ArgumentException | Argument 'accessor' has been Disposed |