GoXam for WPF v3
GetCategoryForNode Method (IDiagramModel)
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : GetCategoryForNode Method
To help distinguish between different kinds of nodes, each node has a "category" that is just a string.
Syntax
string GetCategoryForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

the default category is the empty string
See Also

Reference

IDiagramModel Interface
IDiagramModel Members