virtual L_INT LAnnAutomation::GetAutoUndoEnable(pbEnable)
Retrieves the state of the undo mechanism for an automation object.
Pointer to a variable to be updated with a value that indicates whether the undo mechanism for the automation object is enabled or disabled. Possible values are:
| Value | Meaning | 
|---|---|
| TRUE | The undo mechanism for this annotation object is enabled. | 
| FALSE | Theundo mechanism for this annotation object is disabled. | 
| Value | Meaning | 
|---|---|
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
To enable or disable a particular automation object, call LAnnAutomation::SetAutoUndoEnable.
Win32, x64.
L_INT LAnnAutomation_GetAutoUndoEnableExample(){L_INT nRet = SUCCESS;LAnnAutomation lAutomation;L_BOOL IsEnabled = FALSE;nRet = lAutomation.GetAutoUndoEnable(&IsEnabled);if(nRet != SUCCESS)return nRet;if(!IsEnabled)nRet = lAutomation.SetAutoUndoEnable(TRUE);return nRet;}
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
