Add new leaf cluster

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

Syntax

Visual Basic (Declaration)
Public Sub AddLeafCluster ( _
	_cluster As Cluster _
)
C#
public void AddLeafCluster(
	Cluster _cluster
)
Visual C++
public:
void AddLeafCluster(
	Cluster^ _cluster
)
JavaScript
function addLeafCluster(_cluster);

Parameters

_cluster
Type: FlowMap..::.Cluster
New Cluster

See Also