Queries whether row corresponds to a filter constraint.
virtual _LONG_T IsFilter( _LONG_T row ) = 0;
The IsFilter method returns 1 if the row corresponds to a filter constraint, and 0 otherwise.
The IsFilter method checks whether a row corresponds to a filter constraint.
IAimmsMathProgramInfo Methods