Specifies whether to erase existing entities for creating alignment entities.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<AlignmentType> AlignmentType { get; }
VB
Public ReadOnly Property AlignmentType As PropertyEnum(Of AlignmentType) Get
C++
public: property PropertyEnum<AlignmentType>^ AlignmentType { PropertyEnum<AlignmentType>^ get (); }