Sets 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 SetNodeData(
	Object data
)
Visual Basic
Protected Overridable Function SetNodeData ( _
	data As Object _
) As Object

Parameters

data
Type: System..::..Object
The user object to be attached to the current node.

Return Value

The user object that was previously attached to the current node.

See Also