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 double GetDefaultValue(
	Cplex..::..DoubleAnnotation annotation
)
Visual Basic
Public Overridable Function GetDefaultValue ( _
	annotation As Cplex..::..DoubleAnnotation _
) As Double

Parameters

annotation
Type: ILOG.CPLEX..::..Cplex..::..DoubleAnnotation
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