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: 10.0.1111.0

Syntax

C#
public enum AttributeTypeInfoDoubleDataType
Visual Basic
Public Enumeration AttributeTypeInfoDoubleDataType
Visual C++
public enum class AttributeTypeInfoDoubleDataType

Members

Member nameValueDescription
Volume15A volume value.
Station14A station value.
Percent13A percent value.
GradeSlope9An grade slope value.
Elevation8An elevation value.
Direction6A direction value.
Longitude11A longitude value.
Latitude10A latitude value.
Dimension5A dimension value.
Area2An area value.
Angle1An angle value.
Azimuth3An azimuth value.
Rotation12A rotation value.
Distance7A distance value.
Coordinate4A coordinate value.
Double0A double floating point value. This type is formatted using the Unitless type ambient settings.

See Also