Gets the default value for an annotation.

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

Syntax

C#
public virtual long GetDefaultValue(
	Cplex..::..LongAnnotation annotation
)
Visual Basic
Public Overridable Function GetDefaultValue ( _
	annotation As Cplex..::..LongAnnotation _
) As Long

Parameters

annotation
Type: ILOG.CPLEX..::..Cplex..::..LongAnnotation
The annotation to query.

Return Value

The default value for annotation.

Remarks

Throws NullPointerException if annotation is invalid. Throws ILOG.Concert.Exception if an error occurs.

See Also