AlignmentSide Enumeration |
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.8.0.292
Syntaxpublic enum AlignmentSide
Public Enumeration AlignmentSide
public enum class AlignmentSide
MembersMember name | Value | Description |
---|
Both | 0 | |
Left | 1 | |
Right | 2 | |
See Also