Attach all infos from child clusters the leaf nodes

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

Syntax

Visual Basic (Declaration)
Public Sub AttachInfos ( _
	_clusterCollection As Hashtable _
)
C#
public void AttachInfos(
	Hashtable _clusterCollection
)
Visual C++
public:
void AttachInfos(
	Hashtable^ _clusterCollection
)
JavaScript
function attachInfos(_clusterCollection);

Parameters

_clusterCollection
Type: System.Collections..::.Hashtable
Cluster collection

See Also