Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

LVectorObject::IsValid

Show in webframe

#include "ltwrappr.h"

L_BOOL LVectorObject::IsValid(L_VOID)

Determines whether the LVectorObject class object is valid.

Returns

Value

Meaning

TRUE

The LVectorObject class object is valid.

FALSE

The LVectorObject class object is not valid.

Comments

An LVectorObject is invalid if it is created using the LVectorObject::LVectorObject() constructor. It remains invalid until it is added to a vector layer, using LVectorLayer::AddObject, or it is passed to LVectorBase::HitTest.

A valid LVectorObject object will become invalid when it is exploded, using LVectorObject::ExplodeObject.

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::HitTest, LVectorObject::ExplodeObject, Class Members

Example

For an example, refer to LVectorObject::ExplodeObject.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.