Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : DeleteSelectedObjects Method |
public virtual void DeleteSelectedObjects()
'Declaration
Public Overridable Sub DeleteSelectedObjects()
public virtual void DeleteSelectedObjects()
-(void) deleteSelectedObjects;
public void deleteSelectedObjects()
function Leadtools.Annotations.Automation.AnnAutomation.DeleteSelectedObjects()
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.
For an example, refer to SelectObjects.