←Select platform

DeleteSelectedObjects Method

Summary
Deletes the selected objects from this AnnAutomation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void DeleteSelectedObjects() 
- (void)deleteSelectedObjects; 
public void deleteSelectedObjects() 
public:  
   virtual void DeleteSelectedObjects() 
def DeleteSelectedObjects(self): 
Remarks

An AnnAutomation object can delete one or more AnnObjects if they are currently in edit mode (selected) and these objects are not locked.

Use the CanDeleteObjects property to update the user interface of your application (for example, enabling or disabling an Edit/Delete menu item).

For information on undoing or redoing automation operations, refer to Undoing Annotation Automation Operations.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.