Version

xamNetworkNode - Property Reference

xamNetworkNode Test Object Properties Reference

Introduction

This topic provides reference information about the xamNetworkNode™ control’s test object properties.

Properties reference chart

The table below summarizes the control’s test object properties and tools with which you can inspect them.

Legend:

spy.png – Identification property (Visible in object spy)

checkpoint.png – Checkpoint property (Visible with checkpoints)

script.png – Accessible in script

Property name Description Accessibility

ActiveNodeId

Returns the xamNetworkNode control’s active node identifier.

Default value = null.

spy.png
checkpoint.png
script.png

NodesCount

Returns the count of all the xamNetworkNode control’s visible nodes.

Default value = zero.

spy.png
checkpoint.png
script.png

ConnectionsCount

Returns the count of all the XamNetworkNode control’s visible node connections.

Default value = zero.

spy.png
checkpoint.png
script.png

SelectedNodes

Returns a delimited string (default delimiter = new line) of labels of all the xamNetworkNode control’s visible selected nodes.

Default value = empty string.

spy.png
checkpoint.png
script.png

SelectedNodesCount

Returns the count of the xamNetworkNode control’s all visible selected nodes.

Default value = zero.

spy.png
checkpoint.png
script.png

SelectedNodeIndices

Returns a delimited string (default delimiter = new line) of indices of all the visible selected nodes of the xamNetworkNode control.

Default value = empty string.

spy.png
checkpoint.png
script.png