GoXam for WPF v3
IsNodeType 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
: IsNodeType Method
the arbitrary object to be checked for compatibility to be a node data
This predicate is true when the argument is an instance of the node data Type.
Syntax
C#
bool
IsNodeType(
object
nodedata
)
Parameters
nodedata
the arbitrary object to be checked for compatibility to be a node data
Return Value
true if the
nodedata
can be cast to the the node data Type; false otherwise
See Also
Reference
IDiagramModel Interface
IDiagramModel Members