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