FeatureQuery.Area Property
Gets or sets the geographic area a Feature of the feature query.
Syntax
public Rectangle Area { get; set; }
Property Value
Remarks
This property is used to limit the query to only return features within the specified area. The area should be expressed in a Crs (coordinate reference system) that depends on the context:
If the FeatureQuery is used when calling DataSet.GetFeatures(featureQuery) or DataSet.GetFeatures(featureQuery, query), then it is the DataSet.Crs.
If the FeatureQuery is used when calling Layer.GetFeatures(crs, featureQuery) or Operator.GetFeatures(crs, featureQuery), then it is the crs parameter.
Platforms
Windows, Linux, Android