CleanupAtAlignmentIntersections Property

Gets the default setting of Cleanup at Alignment Intersections for the command AeccCreateParcelROW.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SettingsCmdCreateParcelROW.SettingsCmdCleanupAtAlignmentIntersections CleanupAtAlignmentIntersections { get; }

Visual Basic

Public ReadOnly Property CleanupAtAlignmentIntersections As SettingsCmdCreateParcelROW.SettingsCmdCleanupAtAlignmentIntersections
	Get

Visual C++

public:
property SettingsCmdCreateParcelROW.SettingsCmdCleanupAtAlignmentIntersections^ CleanupAtAlignmentIntersections {
	SettingsCmdCreateParcelROW.SettingsCmdCleanupAtAlignmentIntersections^ get ();
}

See Also