Gets the default setting of Cleanup at Alignment Intersections for the command AeccCreateParcelROW.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public SettingsCmdCreateParcelROWSettingsCmdCleanupAtAlignmentIntersections CleanupAtAlignmentIntersections { get; }
VB
Public ReadOnly Property CleanupAtAlignmentIntersections As SettingsCmdCreateParcelROWSettingsCmdCleanupAtAlignmentIntersections Get
C++
public: property SettingsCmdCreateParcelROWSettingsCmdCleanupAtAlignmentIntersections^ CleanupAtAlignmentIntersections { SettingsCmdCreateParcelROWSettingsCmdCleanupAtAlignmentIntersections^ get (); }