Initializes a new instance of the AttributeTypeInfoDouble class
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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