Defines the parameter type.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ParamType
VB
Public Enumeration ParamType
C++
public enum class ParamType
Members
Member name | Value | Description |
---|---|---|
Unknown | 0 | |
Bool | 1 | |
Int | 2 | |
Double | 3 | |
String | 4 | |
Point3d | 5 | |
Alignment | 6 | |
Profile | 7 | |
Surface | 8 | |
OffsetTarget | 9 | |
ElevationTarget | 10 |