Northwoods.GoWPF 2.2.4 Assembly
GetFromNodesForNode Method (IDiagramModel)

Return a sequence of node data that are directly connected by links going into a given node.
Syntax
Function GetFromNodesForNode( _
   ByVal nodedata As Object _
) As IEnumerable(Of Object)
IEnumerable<object> GetFromNodesForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

Remarks

This is used for model navigation and graph traversal.

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