DataType Property

Gets or sets the data type for the user defined property.

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

Remarks

See Also