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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum AlignmentSide
Visual Basic
Public Enumeration AlignmentSide
Visual C++
public enum class AlignmentSide
Members
Member name | Value | Description | |
---|---|---|---|
Both | 0 | ||
Left | 1 | ||
Right | 2 |