ESRI.ArcGIS.ADF.IMS
RefreshFeatureCount Property
See Also 
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.

See Also

© 2010 All Rights Reserved.