PartDataFieldValue Property |
Gets or sets the value. The value type is returned by the DataType property.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
Property Value
Object
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the type of the input data is invalid.
|
Remarks
The value unit is specified by property: Units, usually it should be the part catalog unit.
See Also