ESRI.ArcGIS.ADF.IMS | |
QueryFilter Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > QueryParameters Class : QueryFilter Property |
Visual Basic (Declaration) | |
---|---|
Public Property QueryFilter As Filter |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Filter QueryFilter {get; set;} |
For an example of using QueryParameters to select features, see
FeatureLayer.Query
.
The QueryFilter specifies how features in the
FeatureLayer will be selected. Features may be
selected by attributes (where expression), by geometry, or both. The
QueryFilter can specify other criteria for selecting and returning
data. For details, see Filter.