![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
QueryParameters Constructor(Filter,SelectionBuffer,Int32) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > QueryParameters Class > QueryParameters Constructor : QueryParameters Constructor(Filter,SelectionBuffer,Int32) |
- queryFilter
- The Filter to be used in the query.
- selectionBuffer
- The SelectionBuffer to be used in the query.
- featureLimit
- The maximum number of features to be returned.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal queryFilter As Filter, _ ByVal selectionBuffer As SelectionBuffer, _ ByVal featureLimit As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim queryFilter As Filter Dim selectionBuffer As SelectionBuffer Dim featureLimit As Integer Dim instance As New QueryParameters(queryFilter, selectionBuffer, featureLimit) |
C# | |
---|---|
public QueryParameters( Filter queryFilter, SelectionBuffer selectionBuffer, int featureLimit ) |
Parameters
- queryFilter
- The Filter to be used in the query.
- selectionBuffer
- The SelectionBuffer to be used in the query.
- featureLimit
- The maximum number of features to be returned.
For details on the parameters for this method, see the queryFilter property, the selectionBuffer property, and the featureLimit property.
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