LVectorBase::IsEmpty

Summary

Determines whether the class object's associated vector is empty.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::IsEmpty(pbEmpty)

Parameters

L_BOOL * pbEmpty

Pointer to a variable to be updated with a value that indicates whether the vector is empty. Possible values are:

Value Meaning
TRUE The class object's associated vector is empty.
FALSE The class object's associated vector is not empty.

Returns

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

Comments

A vector image is considered empty when it has no objects.

An empty vector image can still have empty layers.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::Empty.

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

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.