|
|
Value
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Property Value As VariantData Get Set |
| C# |
|---|
public VariantData Value { get; set; } |
| Visual C++ |
|---|
public: property VariantData^ Value { VariantData^ get (); void set (VariantData^ value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Not supported if '!IsAbleToSetValue' |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'value' is null |
| System..::..ArgumentException | Argument 'value' has been Disposed |