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