Returns IloTrue, if this model currently has a value for a named element.

Return Value

IloTrue, if this model currently has a value for a named element.

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

Syntax

C#
public bool hasElement(
	string name
)

Parameters

name
Type: System..::..String
The name of the element.

See Also