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