Sets the annotation values for an array of objects.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual void SetAnnotation( Cplex..::..DoubleAnnotation annotation, IAddable[] items, double[] values ) |
| Visual Basic |
|---|
Public Overridable Sub SetAnnotation ( _ annotation As Cplex..::..DoubleAnnotation, _ items As IAddable(), _ values As Double() _ ) |
Parameters
- annotation
- Type: ILOG.CPLEX..::..Cplex..::..DoubleAnnotation
Annotation for which to set values.
- items
- Type: array<ILOG.Concert..::..IAddable>[]()[][]
The objects for which to set annotation values.
- values
- Type: array<System..::..Double>[]()[][]
The values to set (in 1-to-1-correspondence with objects in items).
Remarks
Throws NullPointerException if annotation is invalid.
Throws ILOG.Concert.Exception if an error occurs.