QueryLeaf.Type property

AutoCAD Map 3D ActiveX

QueryLeaf.Type property

Read Only

Type As EClassID

Returns the condition type: Property, Data, Location, or SQL.

The following subset of EClassID values is valid.

kQueryCondition
kPropertyCondition
kDataCondition
kLocationCondition
kSQLCondition.

When you get a branch or a condition from a QueryBranch collection, you don't know which it is until you check its Type property. Note that there is a corresponding QueryBranch.Type property.