XamNetworkNode("xamNetworkNode1").GetConnectedNodes "Node0"
This topic provides information about the xamNetworkNode™ control’s testable user replay-only methods.
This topic contains the following sections:
The following table briefly explains the replay-only method for testing the control and provides detailed information about the method.
This method obtains the oNodeIdentifiers
nodes collection of from returning a string of all incoming and outgoing node identifiers for each node in the collection.
The following table lists the code examples included in this topic.
Retrieves all incoming and outgoing nodes label “Node0”.
XamNetworkNode("xamNetworkNode1").GetConnectedNodes "Node0"
Retrieves all incoming and outgoing node-to-node connections using the node index.
XamNetworkNode("xamNetworkNode1").GetConnectedNodes 3
Retrieves all incoming and outgoing nodes falling within a range of nodes specified in the array.
XamNetworkNode("xamNetworkNode1").GetConnectedNodes ARRAY ("Node0", "Node1")
Posts all incoming and outgoing nodes within a range of nodes, specified in the array using indices. The following example, retrieves all the nodes that are connected (incoming and outgoing) to nodes 3 and 7.
XamNetworkNode("xamNetworkNode1").GetConnectedNodes ARRAY (3, 7)
N/A
The following table lists the possible exceptions for the method and the reason that is likely to be causing them.
The following topics provide additional information related to this topic.