GoXam for WPF v3
GetCategoryForNode Method (IDiagramModel)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
string
GetCategoryForNode(
object
nodedata
)
Parameters
nodedata
Return Value
the default category is the empty string
See Also
Reference
IDiagramModel Interface
IDiagramModel Members