Initializes a new instance of the AttributeTypeInfoBool class
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public AttributeTypeInfoBool(
string name
)
Visual Basic
Public Sub New ( _
name As String _
)
Visual C++
public:
AttributeTypeInfoBool(
String^ name
)
Parameters
- name
- Type: System.String