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.4.2516.0

Syntax

C#
public Object Value { get; set; }
Visual Basic
Public Property Value As Object
	Get
	Set
Visual C++
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Remarks

The value unit is specified by property: Units, usually it should be the part catalog unit.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the type of the input data is invalid.

See Also