Tests whether a DoubleAnnotation with the specified name exists.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual bool HasDoubleAnnotation( string name ) |
| Visual Basic |
|---|
Public Overridable Function HasDoubleAnnotation ( _ name As String _ ) As Boolean |
Parameters
- name
- Type: System..::..String
The name of the annotation to look up.
Return Value
true if an annotation with the given name exists, false otherwise.
Remarks
Throws ILOG.Concert.Exception if an error occurs.