|
Get the type of a column.
virtual void GetColumnType( int colno, int * flag ) = 0;
Parameters |
Description |
int colno |
The column number. |
int * flag |
A pointer to the location where the model type is returned. Possible value is ColumnRowFlag::FLAGS_IS_INTEGER, ColumnRowFlag::FLAGS_IS_CONTINUOUS or ColumnRowFlag::FLAGS_IS_SEMI_CONT. |
The GetColumnType method does not have a return value.
The GetColumnType method returns the type (e.g., continuous, integer) of a column.