Returns left child

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

Syntax

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

See Also