CadDataTableColumn class

CadDataTableColumn class

The DataTableColumn data

The CadDataTableColumn type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the CadDataTableColumn class.

Properties

PropertyDescription
column_typeGets or sets the type of the column.
nameGets or sets the name.
boolean_valueGets or sets the boolean value.
int_valueGets or sets the int value.
double_valueGets or sets the double value.
string_valueGets or sets the string value.
point_2dGets or sets the point 2d.
point_3dGets or sets the point 3d.

See Also