AttributeTypeInfoDouble(String, AttributeTypeInfoDoubleDataType) Constructor |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AttributeTypeInfoDouble(
string name,
AttributeTypeInfoDoubleDataType dataType
)
Public Sub New (
name As String,
dataType As AttributeTypeInfoDoubleDataType
)
public:
AttributeTypeInfoDouble(
String^ name,
AttributeTypeInfoDoubleDataType dataType
)
Parameters
- name String
-
- dataType AttributeTypeInfoDoubleDataType
-
See Also