AttributeTypeInfoDouble Constructor (String)

Initializes a new instance of the AttributeTypeInfoDouble class

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

Syntax

C#

public AttributeTypeInfoDouble(
	string name
)

Visual Basic

Public Sub New ( _
	name As String _
)

Visual C++

public:
AttributeTypeInfoDouble(
	String^ name
)

Parameters

name
Type: System.String

See Also