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