Gets or sets the data type information for the UDP.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public AttributeTypeInfoDoubleDataType DataType { get; set; }
Visual Basic
Public Property DataType As AttributeTypeInfoDoubleDataType Get Set
Visual C++
public: property AttributeTypeInfoDoubleDataType DataType { AttributeTypeInfoDoubleDataType get (); void set (AttributeTypeInfoDoubleDataType value); }