An enumeration that specifies the data type of an AttribteTypeInfoDouble object.
The the format of the data type is determined by the corresponding ambient settings for that type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum AttributeTypeInfoDoubleDataType |
| Visual Basic |
|---|
Public Enumeration AttributeTypeInfoDoubleDataType |
| Visual C++ |
|---|
public enum class AttributeTypeInfoDoubleDataType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Double | 0 | A double floating point value. This type is formatted using the Unitless type ambient settings. | |
| Angle | 1 | An angle value. | |
| Area | 2 | An area value. | |
| Azimuth | 3 | An azimuth value. | |
| Coordinate | 4 | A coordinate value. | |
| Dimension | 5 | A dimension value. | |
| Direction | 6 | A direction value. | |
| Distance | 7 | A distance value. | |
| Elevation | 8 | An elevation value. | |
| GradeSlope | 9 | An grade slope value. | |
| Latitude | 10 | A latitude value. | |
| Longitude | 11 | A longitude value. | |
| Rotation | 12 | A rotation value. | |
| Percent | 13 | A percent value. | |
| Station | 14 | A station value. | |
| Volume | 15 | A volume value. |