←Select platform

GetUndoRedoObject Method

Summary

Gets an object that contains the current undo/redo object data.

Syntax
C#
VB
Objective-C
C++
Java
public AnnAutomationUndoRedoObject GetUndoRedoObject() 
Public Function GetUndoRedoObject() As AnnAutomationUndoRedoObject 
-(LTAnnAutomationUndoRedoObject*) getUndoRedoObject; 
public AnnAutomationUndoRedoObject getUndoRedoObject() 
public:  
   AnnAutomationUndoRedoObject^ GetUndoRedoObject() 

Return Value

AnnAutomationUndoRedoObject object that contains the current undo/redo object data.

Remarks

Use this method along with AttachContainer to re-attach a container to this AnnAutomation object.

Example

For an example, refer to GetUndoRedoObject.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly