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