Returns if cluster is leaf

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsLeaf As Boolean
C#
public bool IsLeaf { get; }
Visual C++
public:
property bool IsLeaf {
	bool get ();
}
JavaScript
function get_isLeaf();

See Also