Determines whether the LVectorObject class object is valid.
#include "ltwrappr.h"
L_BOOL LVectorObject::IsValid(L_VOID)
Value | Meaning |
---|---|
TRUE | The LVectorObject class object is valid. |
FALSE | The LVectorObject class object is not valid. |
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.
For an example, refer to LVectorObject::ExplodeObject.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document