LVectorBase::EnumObjects

#include "ltwrappr.h"

virtual L_INT LVectorBase::EnumObjects(dwFlags=0)

Enumerates all objects inside the vector handle.

Parameters

L_UINT32 dwFlags

Flag that indicates which objects to enumerate. Possible values are:

Value Meaning
0 Enumerate all objects in the vector handle.
VECTOR_FLAGS_SELECTED_ONLY Enumerate only selected objects in the vector handle.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function will enumerate all the objects in the vector.

Note: In DirectX, you cannot enumerate objects, therefore this function will do nothing.

Required DLLs and Libraries

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help