Class CadDataTableColumn

CadDataTableColumn class

The DataTableColumn data

public class CadDataTableColumn

Constructors

NameDescription
CadDataTableColumn()Initializes a new instance of the CadDataTableColumn class.

Properties

NameDescription
BooleanValue { get; set; }Gets or sets the boolean value.
ColumnType { get; set; }Gets or sets the type of the column.
DoubleValue { get; set; }Gets or sets the double value.
IntValue { get; set; }Gets or sets the int value.
Name { get; set; }Gets or sets the name.
Point2D { get; set; }Gets or sets the point 2d.
Point3D { get; set; }Gets or sets the point 3d.
StringValue { get; set; }Gets or sets the string value.

See Also