FDO .NET API Reference Feature Data Objects

The ConditionType enumeration defines the filter condition types available. This enumeration is used in the capabilities.

()

Enumerator:
ConditionType_Comparison  Tests if one expression is equal, not equal, greater than, less than, greater than or equal to, or less than or equal to another expression.
ConditionType_Like  Tests if the value of a specified data property is matches a specified pattern.
ConditionType_In  Tests if the value of a specified data property is within a given set of literal values.
ConditionType_Null  Tests if the value of a specified data property is null.
ConditionType_Spatial  Tests whether the value of a geometric property and a literal geometric value satisfy the spatial relationship implied by the operation.
ConditionType_Distance  Tests whether the value of a geometric property is within or beyond a specified distance of a literal geometric value.

Definition at line 29 of file mgConditionType.h.


Comments or suggestions? Send us feedback.