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

Syntax

C#
void SetNumVar(
	int index,
	INumVar v
)
Visual Basic
Sub SetNumVar ( _
	index As Integer, _
	v As INumVar _
)

Parameters

index
Type: System..::..Int32
v
Type: ILOG.Concert..::..INumVar

See Also