Returns the user object attached to the current node.

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

Syntax

C#
protected internal virtual Object GetNodeData()

Return Value

The user object attached to the current node. If no user object is attached to the current node, null will be returned.

See Also