GoXam for WPF v3
SetGroupNode Method
Northwoods.GoXam.Model Namespace > ISubGraphModel Interface : SetGroupNode Method
the node data to be modified
the new "container" group node data, or null to make the node uncontained
Change the container group node data of a node data.
Syntax
void SetGroupNode( 
   object nodedata,
   object groupnodedata
)

Parameters

nodedata
the node data to be modified
groupnodedata
the new "container" group node data, or null to make the node uncontained
See Also

Reference

ISubGraphModel Interface
ISubGraphModel Members