GoXam for WPF v3
FindCategoryForNode Method (PartManager)
Northwoods.GoXam Namespace > PartManager Class : FindCategoryForNode Method
Determine the category for the node, to be able to decide between different templates for the Node.
Syntax
protected virtual string FindCategoryForNode( 
   object nodedata,
   IDiagramModel model,
   bool isgroup,
   bool islinklabel
)

Parameters

nodedata
model
isgroup
islinklabel

Return Value

Remarks
This is commonly overidden in order to dynamically determine the category for the nodedata. The result is used in a call to FindTemplateForNode.
See Also

Reference

PartManager Class
PartManager Members