DataType Property

Gets the type of the data value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PartCatalogDataType DataType { get; }

Visual Basic

Public ReadOnly Property DataType As PartCatalogDataType
	Get

Visual C++

public:
property PartCatalogDataType DataType {
	PartCatalogDataType get ();
}

See Also