returns if cluster is root

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

Syntax

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

See Also