This method returns the current value of the size of interval variable a in the invoking instance of CP. An assertion is violated if a is not fixed.

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

Syntax

C#
public int GetSize(
	IIntervalVar a
)
Visual Basic
Public Function GetSize ( _
	a As IIntervalVar _
) As Integer

See Also