GetQueries Method (ActiveX/CAO)

Gets a Queries collection from an AutoCAD document.

Signature

VBA / VB.NET

RetVal = object.GetQueries([Document])
object

Type: DbConnect

The object or objects this method applies to.

Document

Type: AcadDocument; input-only, optional

The AutoCAD document from which to obtain the Queries Collection. If no value is specified, the collection is obtained from the active document.

RetVal

Type: Queries

The queries collection.