This class represents property type information for properties that contain a double value or range.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class AttributeTypeInfoDouble : AttributeTypeInfo
Visual Basic
Public Class AttributeTypeInfoDouble _
	Inherits AttributeTypeInfo
Visual C++
public ref class AttributeTypeInfoDouble : public AttributeTypeInfo

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices..::..AttributeTypeInfo
        Autodesk.Civil.DatabaseServices..::..AttributeTypeInfoDouble

See Also