LVectorGroup::DeleteGroupClones

#include "ltwrappr.h"

virtual L_INT LVectorGroup::DeleteGroupClones(dwFlags = 0)

L_UINT32 dwFlags;

/* flags */

Deletes all clones of the class object's associated group. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.

Parameter

Description

dwFlags

Can be a combination of the following:

 

Value

Meaning

 

0

Delete all clones.

 

VECTOR_FLAGS_SELECTED_ONLY

Delete only the currently selected clones within the vector handle.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorBase::AddGroup, LVectorGroup::EmptyGroup.

Topics:

Working with Vector Groups

Example

For an example, refer to LVectorBase::GetGroupByName.