Gets the type of subentity at the PVI.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileEntityType PVIType { get; }
VB
Public ReadOnly Property PVIType As ProfileEntityType Get
C++
public: property ProfileEntityType PVIType { ProfileEntityType get (); }