Search
FlowChart.DestroyGroup Method
See Also
 



Destroys an hierarchical group.

 Syntax

VB6  Copy Code

Public Sub DestroyGroup( _
    ByVal group As Group _
)

C++  Copy Code

public:
void DestroyGroup (
    Group* group
)

 Parameters

group
The group to destroy.

 Remarks

Deletes the specified group. The objects in the group are not deleted.

 See Also