This method returns the default value of the integer parameter param in the invoked CP instance.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual int GetParameterDefault(
	CP..::..IntParam param
)
Visual Basic
Public Overridable Function GetParameterDefault ( _
	param As CP..::..IntParam _
) As Integer

Parameters

param
Type: ILOG.CP..::..CP..::..IntParam

See Also