This method returns names of all KPIs.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public string[] GetAllKPINames()

Remarks

These will be KPIs added via AddKPI(INumExpr, String) or loaded through ImportModel(String).

See Also