OnQueryDeleted

ACAD Connectivity Automation Objects

 
OnQueryDeleted
 
 
 

Triggered when a query is deleted from a drawing.

Signature

object.OnQueryDeleted(Document, QueryName)

Object

DbConnect object

An object expression that evaluates to a DbConnect container object.

Document

String; input to the handler

The name of the document from which the query was deleted.

QueryName

String; input to the handler

The name of the query that was deleted.