Gets or sets the value. The value type is returned by the DataType property.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Object Value { get; set; }
VB
Public Property Value As Object Get Set
C++
public: property Object^ Value { Object^ get (); void set (Object^ value); }
Property Value
ObjectExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the type of the input data is invalid. |