Gets the profile entity type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override ProfileEntityType EntityType { get; }
VB
Public Overrides ReadOnly Property EntityType As ProfileEntityType Get
C++
public: virtual property ProfileEntityType EntityType { ProfileEntityType get () override; }