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