MapPackageQuery.Condition Property
Gets or sets the condition used to filter the features that are read from a MapPackageDataSet.
Syntax
public Condition Condition { get; set; }
Property Value
Default: null
A condition used for filtering the features read from a MapPackageDataSet.
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