Gets or sets the data type information for the UDP.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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);
}

See Also