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.DatabaseServices
Assembly: 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 nameValueDescription
Double0A double floating point value. This type is formatted using the Unitless type ambient settings.
Angle1An angle value.
Area2An area value.
Azimuth3An azimuth value.
Coordinate4A coordinate value.
Dimension5A dimension value.
Direction6A direction value.
Distance7A distance value.
Elevation8An elevation value.
GradeSlope9An grade slope value.
Latitude10A latitude value.
Longitude11A longitude value.
Rotation12A rotation value.
Percent13A percent value.
Station14A station value.
Volume15A volume value.

See Also