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