Version

GetConnectedNodes Method

Returns a string of all the incoming and outgoing node identifiers of the specified node(s).
Syntax
'Declaration
 
Public Function GetConnectedNodes( _
   ByVal oNodeIdentifiers As System.Object _
) As System.String
public System.string GetConnectedNodes( 
   System.object oNodeIdentifiers
)
public: System.string* GetConnectedNodes( 
   System.Object* oNodeIdentifiers
) 

Parameters

oNodeIdentifiers
Array of display Header or index of the node(s) whose connected nodes are required.

Return Value

String of all the incoming and outgoing node identifiers of the specified node(s).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also