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.292
Syntax
public AttributeTypeInfoDouble(
	string name,
	AttributeTypeInfoDoubleDataType dataType
)

Parameters

name  String
 
dataType  AttributeTypeInfoDoubleDataType
 
See Also