ILOG CPLEX .NET Reference Manual

ILinearIntExpr.GetLinearEnumerator Method 

Returns an enumerator for the variables in the invoking ILinearIntExpr expression.

ILinearIntExprEnumerator GetLinearEnumerator();

Remarks

An enumerator allows the caller to enumerate all the terms of an ILinearIntExpr and to perform simple operations such as querying or modifying a term. An enumerator also allows the caller to remove elements from the underlying ILinearIntExpr during the iteration with well-defined semantics.

See Also

ILinearIntExpr Interface | ILOG.Concert Namespace