Alignment side enumeration. This enum is used by DistanceToAlignment() to specify on which side of the Alignment to look for the target Alignment. This is required in the situation where the Alignments cross. Left and right are relative to a position at the Alignment start point facing the end point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public enum AlignmentSide
Visual Basic
Public Enumeration AlignmentSide
Visual C++
public enum class AlignmentSide

Members

Member nameValueDescription
Both0
Left1
Right2

See Also