Gets the type of the data value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PartCatalogDataType DataType { get; }
VB
Public ReadOnly Property DataType As PartCatalogDataType Get
C++
public: property PartCatalogDataType DataType { PartCatalogDataType get (); }