Returns right child

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RightChild As Cluster
C#
public Cluster RightChild { get; }
Visual C++
public:
property Cluster^ RightChild {
	Cluster^ get ();
}
JavaScript
function get_rightChild();

See Also