![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
FeatureLimit Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : FeatureLimit Property |
Visual Basic (Declaration) | |
---|---|
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> <NotifyParentPropertyAttribute(True)> <ResCategoryAttribute("MapTips")> <DefaultValueAttribute()> <ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property FeatureLimit As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapTips Dim value As Integer instance.FeatureLimit = value value = instance.FeatureLimit |
C# | |
---|---|
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)] [NotifyParentPropertyAttribute(true)] [ResCategoryAttribute("MapTips")] [DefaultValueAttribute()] [ResDescriptionAttribute("The maximum number of maptips to be displayed per tile.")] [PersistenceModeAttribute(PersistenceMode.Attribute)] public int FeatureLimit {get; set;} |
Property Value
Maximum number of maptips to draw on the map.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.
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