#include "ltwrappr.h"
virtual L_INT LVectorBase::StartChanging(nChangeType, nChangeCategory)
This function is called by every function that affects the vector.
The type of change to be done to the vector. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.
The change category. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.
Value | Meaning |
---|---|
SUCCESS | Continue the operation without interrupting it. |
< 1 | An error occurred. Refer to Return Codes. This will halt the operation and stop it. |
This function is called by every function that affects the vector. You can override this function to have control over the different operations that are done to the vector. This function is called before doing any changes to the vector. If you want to cancel the operation, you can return an error code that is less than SUCCESS. If you return SUCCESS, the operation will continue executing. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.
Required DLLs and Libraries
For an example, refer to LVectorBase::EnableAlwaysEndNotification.
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