Gets the number of LongAnnotations.

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

Syntax

C#
public virtual int GetNumLongAnnotations()
Visual Basic
Public Overridable Function GetNumLongAnnotations As Integer

Return Value

the number of LongAnnotations currently stored in this instance.

Remarks

Throws ILOG.Concert.Exception if an error occurs.

See Also