ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* AutoVisibility
);
[C++]
HRESULT put_ShowCounts(
  VARIANT_BOOL AutoVisibility
);
[C++]

Parameters

AutoVisibility [out, retval]   AutoVisibility is a parameter of type VARIANT_BOOL AutoVisibility [in]   AutoVisibility is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDynamicLegendItem Interface