This document is archived and information here might be outdated.  Recommended version.


IDynamicLegendItem.ShowCounts Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicLegendItem Interface > IDynamicLegendItem.ShowCounts Property
ArcGIS Developer Help

IDynamicLegendItem.ShowCounts Property

Show the number of times a class appears in the current map extent.

[Visual Basic .NET]
Public Property ShowCounts As Boolean
[C#]
public bool ShowCounts {get; set;}
[C++]
HRESULT get_ShowCounts(
  Boolean* AutoVisibility
);
[C++]
HRESULT put_ShowCounts(
  VARIANT_BOOL AutoVisibility
);
[C++]
Parameters
AutoVisibility [out, retval]

AutoVisibility is a parameter of type bool* AutoVisibility [in]
AutoVisibility is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicLegendItem Interface