ESRI.ArcGIS.ADF.IMS
FeatureLimit Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQuery Class : FeatureLimit Property




Maximum number of features to request when using the stored query.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FeatureLimit As Integer
Visual Basic (Usage)Copy Code
Dim instance As StoredQuery
Dim value As Integer
 
value = instance.FeatureLimit
C# 
public int FeatureLimit {get;}

Remarks

If present, this value can be used to limit the number of features returned when performing a query based on the stored query. Use this value in the QueryParameters.FeatureLimit property.

ArcIMS Author does not support adding this property to the stored query. It must be added manually to the ArcXML configuration file for the map service.

See Also

© 2010 All Rights Reserved.