Returns the user object attached to the current node.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual Object GetNodeData()
Visual Basic
Protected Overridable Function GetNodeData As Object

Return Value

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

Remarks

User objects can be attached to a node when the node is created with the method Cplex.BranchCallback.MakeBranch in a branch callback.

See Also