![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
FeatureLimit Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > QueryParameters Class : FeatureLimit Property |
Visual Basic (Declaration) | |
---|---|
Public Property FeatureLimit As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryParameters Dim value As Integer instance.FeatureLimit = value value = instance.FeatureLimit |
C# | |
---|---|
public int FeatureLimit {get; set;} |
Use this value to limit the number of features returned in a single query. The default is 50 feature records.
In general it is recommended, for performance and server load reasons, to request relatively small numbers of features in single queries, and then to use FeatureLayer.Query(QueryParameters, int) to request additional feature records. The FeatureTable returned from the query can be checked for whether there are more records to retrieve with the HasMore property.
The ArcIMS server limits the number of features that may be retrieved in a single query. By default this number is 2000. Setting FeatureLimit higher than this value will throw an error. See the ArcIMS Help topic "Strategies for using feature limits" for details.
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