Returns the variable type to which the invoking IConversion object converts variable var. If the invoking IConversion object does not specify a type for that variable, null is returned instead.

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

Syntax

C#
NumVarType GetType(
	INumVar var
)

Parameters

var
Type: ILOG.Concert..::..INumVar
The variable to be queried for type.

Return Value

The type to which variable var is converted.

See Also