←Select platform

Delete Method

Summary

Deletes editing objects from this AnnAutomation.

Syntax

C#
VB
C++
public virtual void Delete() 
  
Public Overridable Sub Delete()  
public: 
virtual void Delete();  

Remarks

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

Use the CanDelete 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 Automation Operations. (Deprecated)

Example

For an example, refer to CanDelete.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly