![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
QueryFilter Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > QueryParameters Class : QueryFilter Property |
Visual Basic (Declaration) | |
---|---|
Public Property QueryFilter As Filter |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryParameters Dim value As Filter instance.QueryFilter = value value = instance.QueryFilter |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family