Gets the part’s subtype.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual string PartSubType { get; }
VB
Public Overridable ReadOnly Property PartSubType As String Get
C++
public: virtual property String^ PartSubType { String^ get (); }