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