|
|
Gets a value from a given SchemaData via the associated ReadAccessor.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function GetValue ( _ accessor As ReadAccessor _ ) As Integer |
| C# |
|---|
public int GetValue( ReadAccessor accessor ) |
| Visual C++ |
|---|
public: int GetValue( ReadAccessor^ accessor ) |
Parameters
- accessor
- Type: Autodesk.Navisworks.Api.Schema..::..ReadAccessor
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 |