Initializes a new instance of the AttributeTypeInfoDouble class

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

Syntax

C#
public AttributeTypeInfoDouble(
	string name,
	AttributeTypeInfoDoubleDataType dataType
)
Visual Basic
Public Sub New ( _
	name As String, _
	dataType As AttributeTypeInfoDoubleDataType _
)
Visual C++
public:
AttributeTypeInfoDouble(
	String^ name, 
	AttributeTypeInfoDoubleDataType dataType
)

Parameters

name
Type: System..::..String
dataType
Type: Autodesk.Civil.DatabaseServices..::..AttributeTypeInfoDoubleDataType

See Also