Share

AttributeTypeInfoDouble(String, AttributeTypeInfoDoubleDataType) Constructor

Initializes a new instance of the AttributeTypeInfoDouble class



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

Syntax

C#

public AttributeTypeInfoDouble(
	string name,
	AttributeTypeInfoDoubleDataType dataType
)

VB

Public Sub New ( 
	name As String,
	dataType As AttributeTypeInfoDoubleDataType
)

C++

public:
AttributeTypeInfoDouble(
	String^ name, 
	AttributeTypeInfoDoubleDataType dataType
)

Parameters

name  String
 
dataType  AttributeTypeInfoDoubleDataType
 

See Also

Reference

Was this information helpful?