Northwoods.GoWPF 2.2.4 Assembly
FindNodeByKey Method (IDiagramModel)

a value of null for this argument will result in the default value for the node data Type
Given a key, find the node data with that key.
Syntax
Function FindNodeByKey( _
   ByVal key As Object _
) As Object
object FindNodeByKey( 
   object key
)

Parameters

key
a value of null for this argument will result in the default value for the node data Type

Return Value

a node data with that key, if it is present in the model; the value will be the default for the type if no such node data is known to be in this model
Remarks

This is used for model navigation.

Note that this method is universal, because it can only assume the node data is of type System.Object. The corresponding methods in the generic model classes operate on a specific node data type.

Requirements
See Also

Reference

IDiagramModel Interface
IDiagramModel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback