ILOG CPLEX .NET Reference Manual

CplexModeler.GetRangeEnumerator Method 

Returns an enumerator over all instances of IRange in the active model.

public virtual IEnumerator GetRangeEnumerator();

Return Value

An enumerator over all IRange objects in the active model.

Remarks

This enumerator accounts only for the IRange objects directly added to the active model and not the objects that may be in an instance of ILPMatrix and have been added indirectly.

See Also

CplexModeler Class | ILOG.CPLEX Namespace