Defines the free curve type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum CurveParamType
Visual Basic
Public Enumeration CurveParamType
Visual 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 |