Gets a reference to DoubleAnnotation number num.

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

Syntax

C#
public virtual Cplex..::..DoubleAnnotation FindDoubleAnnotation(
	int num
)
Visual Basic
Public Overridable Function FindDoubleAnnotation ( _
	num As Integer _
) As Cplex..::..DoubleAnnotation

Parameters

num
Type: System..::..Int32
The number of the annotation to fetch.

Return Value

The requested DoubleAnnotation or an invalid annotation if num is out of range.

Remarks

The method never returns null. If num is out of range, then the returned annotation will not be valid.

Throws ILOG.Concert.Exception if an error occurs.

See Also