GoXam for WPF v3
RealizeSubGraphMembers Method
Northwoods.GoXam Namespace > PartManager Class : RealizeSubGraphMembers Method
a Group
This is called by ExpandSubGraph to make sure the group's member Nodes and Links all exist in the diagram.
Syntax
public virtual void RealizeSubGraphMembers( 
   Group sg
)

Parameters

sg
a Group
Remarks

This depends on the diagram's Model being a Northwoods.GoXam.Model.ISubGraphModel. You might want to override this method to bring in data to the model if the needed data isn't in the model already, and then call the base method.

See Also

Reference

PartManager Class
PartManager Members