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.8.0.280
Syntax
C#
public enum AlignmentSide
VB
Public Enumeration AlignmentSide
C++
public enum class AlignmentSide
Members
Member name | Value | Description |
---|---|---|
Both | 0 | |
Left | 1 | |
Right | 2 |