QueryLeaf.Value property

AutoCAD Map 3D ActiveX

QueryLeaf.Value property

Read-Write

Value As Variant

Sets or returns a boundary object if this is a location condition, or a string if this is any other type of condition.

To understand what part of a condition the Value property represents, consider the structure of location conditions and property conditions. Location conditions express ideas such as "If an entity is inside some boundary object…." The boundary object part is given by the location condition's Value property. Property conditions express ideas such as "If an entity's length is greater than 2…." The 2 part is given by the property condition's Value property. The situation with Data and SQL conditions is analogous.