Gets a reference to LongAnnotation called name.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..LongAnnotation FindLongAnnotation( string name ) |
| Visual Basic |
|---|
Public Overridable Function FindLongAnnotation ( _ name As String _ ) As Cplex..::..LongAnnotation |
Parameters
- name
- Type: System..::..String
Name of the LongAnnotation to look up.
Return Value
The requested LongAnnotation.
Remarks
Throws ILOG.Concert.Exception if the annotation could not be found.