Returns an enumerator over all ranges in the active model.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual IEnumerator GetRangeEnumerator()
Visual Basic
Public Overridable Function GetRangeEnumerator As IEnumerator

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