ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureLimit Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : FeatureLimit Property




The maximum number of map tips to draw.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")>
<DefaultValueAttribute()>
<BindableAttribute(True)>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("MapTips")>
Public Property FeatureLimit As Integer
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As Integer
 
instance.FeatureLimit = value
 
value = instance.FeatureLimit
C# 
[ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")]
[DefaultValueAttribute()]
[BindableAttribute(true)]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("MapTips")]
public int FeatureLimit {get; set;}

Return Value

Maximum number of maptips to draw on the map.

Remarks

If the number of features within the map extent exceed this value, only the number up to this value will be sent to the client for display for maptips. This setting prevents taxing the server, client and network with excessive volumes of data.

If FeatureLimit is exceeded, the maptips actually displayed will be records found up to the limit. These maptips will not necessarily be in any order nor occur in any geographic area.

The number of features may also be limited by setting the WhereClause.



It is important to note that this value may be limited by the service underlying the map resource. For example, by default ArcGIS Server map services are limited to returning 500 features at a time. To change this value, modify the MaxRecordCount property in the service configuration file (.cfg). For more information, see the discussion topic on Service configuration files.

See Also

© 2010 All Rights Reserved.