Defines the free curve type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum CurveParamType
VB
Public Enumeration CurveParamType
C++
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 |
