This member function tells you whether this model contains an element of given name.

Return Value

IloTrue element exists.

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

Syntax

C#
public bool hasElementDefinition(
	string name
)

Parameters

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

See Also