ESRI.ArcGIS.ADF.IMS
RefreshFeatureCount Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : RefreshFeatureCount Property




Gets or sets a property indicating if the visible feature count should be returned with the next draw request.

Syntax

Visual Basic (Declaration) 
Public Property RefreshFeatureCount As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapView
Dim value As Boolean
 
instance.RefreshFeatureCount = value
 
value = instance.RefreshFeatureCount
C# 
public bool RefreshFeatureCount {get; set;}

Remarks

If true, the number of features visible in each layer in the current map extent will be retrieved when the map is drawn. These counts will be stored in the FeatureLayer.VisibleFeatureCount property for each layer. The counts will only be for layers actually visible in the map when drawn, and do not include any invisible layers, nor any layers not visible at the current map scale.

These feature counts can affect performance. Do not set this property to true unless you require counts of features visible on each map draw.

Requirements

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

See Also

© 2011 All Rights Reserved.