Northwoods.GoSilverlight 2.2.4 Assembly
GetToNodesForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : GetToNodesForNode Method

nodedata

Glossary Item Box

Return a sequence of node data that are directly connected by links coming out from a given node.

Syntax

Visual Basic (Declaration) 
Function GetToNodesForNode( _
   ByVal nodedata As Object _
) As IEnumerable(Of Object)
C# 
IEnumerable<object> GetToNodesForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

an IEnumerable

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

© 2017 All Rights Reserved.