UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

SortedTreeNode..::..GetParentConnectorNumber Method

Gets the parent connector number for the selected node.

Namespace:  UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic
Assembly:  RealTime (in RealTime.dll)

Syntax


public int GetParentConnectorNumber(
	T ParentNodeValue
)
Public Function GetParentConnectorNumber ( _
	ParentNodeValue As T _
) As Integer
public:
int^ GetParentConnectorNumber(
	T ParentNodeValue
)

Parameters

ParentNodeValue
Type: T
The parent node value.

Return Value