Remove a KPI from CP Optimizer.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public void RemoveKPI( string name ) |
| Visual Basic |
|---|
Public Sub RemoveKPI ( _ name As String _ ) |
Parameters
- name
- Type: System..::..String
Remarks
This method removes a KPI. The name passed should be the one used in [!:addKPI]. If no such KPI exists, an exception of type Exception is thrown. After execution of this method the KPI named name will be removed.