CurveParamType Enumeration |
Defines the free curve type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum CurveParamType
Public Enumeration CurveParamType
public enum class CurveParamType
MembersMember name | Value | Description |
---|
Radius | 0 | |
DegreeOfCurve | 1 | |
TangentLength | 2 | |
ChordLength | 3 | |
CurveLength | 4 | |
ExternalDist | 5 | |
MiddleOrdinate | 6 | |
CurveAngle | 7 | |
CurveThroughPoint | 8 | |
See Also