|
Get the definition of a row.
virtual _LONG_T GetRowDefinitionString( int rowno, char * constr_def, int * constr_def_length, int obj_row_no, int is_first, int is_last, int * flags ) = 0;
Parameters |
Description |
int rowno |
The row number. |
char * constr_def |
Buffer to hold the row definition. This argument may be NULL. |
int * constr_def_length |
On input, the length of constr_def. On return, the length of the returned string. |
int obj_row_no |
The row number of the objective row. |
int is_first |
If 1, this is the first call to the GetRowDefinitionString method. |
int is_last |
If 1, this is the last call to the GetRowDefinitionString method. |
int * flags |
A pointer to the location where a bit field is returned that specifies which properties, as taken from the RowDefinitionProperty enumeration, belong to the row. This argument may be NULL. |
The GetRowDefinitionString method returns AOSI_SUCCESS on success.
The GetRowDefinitionString method is used to get the definition of a row from AIMMS as a string. The row can be nonlinear.