System Integrator / AutoLISP Extensions

AfmQueryText Initialization Functions

AfmQueryTextInit and AfmQueryTextInitWithName

Syntax

(AfmQueryTextInit)
(AfmQueryTextInitWithName“myQueryName”)

Comments

AfmQueryTextInit -Initializes the Query Text functionality by clearing any existing restrictions. This should be the first function called when creating query text.

 

AfmQueryTextInitWithName - Initializes the Query Text functionality by clearing any existing restrictions per the specified name. This should be the first function called when creating query text. By associating a name with a QueryText operation, the previously set fields in the dialog will be retained for subsequent QueryText calls.