Gets the name for a LongAnnotation.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual string GetAnnotationName( Cplex..::..LongAnnotation annotation ) |
| Visual Basic |
|---|
Public Overridable Function GetAnnotationName ( _ annotation As Cplex..::..LongAnnotation _ ) As String |
Parameters
- annotation
- Type: ILOG.CPLEX..::..Cplex..::..LongAnnotation
Annotation to query.
Return Value
The name for annotation.
Remarks
Throws NullPointerException if annotation is invalid.
Throws ILOG.Concert.Exception if an error occurs.