Remove Cluster from collection

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

Syntax

Visual Basic (Declaration)
Public Sub DeleteLeafCluster ( _
	_childDesc As String _
)
C#
public void DeleteLeafCluster(
	string _childDesc
)
Visual C++
public:
void DeleteLeafCluster(
	String^ _childDesc
)
JavaScript
function deleteLeafCluster(_childDesc);

Parameters

_childDesc
Type: System..::.String

See Also