UDPDoubleDataType Property |
Gets or sets the data type information for the UDP.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AttributeTypeInfoDoubleDataType DataType { get; set; }
Public Property DataType As AttributeTypeInfoDoubleDataType
Get
Set
public:
property AttributeTypeInfoDoubleDataType DataType {
AttributeTypeInfoDoubleDataType get ();
void set (AttributeTypeInfoDoubleDataType value);
}
Property Value
AttributeTypeInfoDoubleDataType
See Also