DataType Property

Gets or sets the data type information for the UDP.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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);
}

See Also