VpfQuery.Condition Property
Gets or sets the condition used to filter the features that are read from a VpfDataSet.
Syntax
public Condition Condition { get; set; }
Property Value
Remarks
This property can be used as a feature filter - only features for which the condition evaluates to True will be returned by the dataset in a query.
If the property is null, all features matching the other query parameters will be returned.
Platforms
Windows, Linux, Android