Defines the underlying Spiral-Curve-Spiral-Curve-Spiral entity constraint type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public enum AlignmentSCSCSConstraintType |
Visual Basic |
---|
Public Enumeration AlignmentSCSCSConstraintType |
Visual C++ |
---|
public enum class AlignmentSCSCSConstraintType |
Members
Member name | Value | Description | |
---|---|---|---|
SpLenAndTanLenIn | 2049 | ||
SpLenAndStartPoint | 2050 | ||
SpLenAndArc1Angle | 2051 | ||
SpLenAndArc1PassPt | 2052 | ||
SpAValAndTanLenIn | 2053 | ||
SpAValAndStartPoint | 2054 | ||
SpAValAndArc1Angle | 2055 | ||
SpAValAndArc1PassPt | 2056 | ||
SpLenAndTanLenOut | 2057 | ||
SpLenAndEndPoint | 2058 | ||
SpLenAndArc2Angle | 2059 | ||
SpLenAndArc2PassPt | 2060 | ||
SpAValAndTanLenOut | 2061 | ||
SpAValAndEndPoint | 2062 | ||
SpAValAndArc2Angle | 2063 | ||
SpAValAndArc2PassPt | 2064 | ||
SpLenAndArc1Length | 2065 | ||
SpLenAndArc2Length | 2066 | ||
SpAValAndArc1Length | 2067 | ||
SpAValAndArc2Length | 2068 |