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


IDynamicLegendItem.CountPrefix 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.CountPrefix Property
ArcGIS Developer Help

IDynamicLegendItem.CountPrefix Property

Class count string is created by combining prefix + count + suffix.

[Visual Basic .NET]
Public Property CountPrefix As String
[C#]
public string CountPrefix {get; set;}
[C++]
HRESULT put_CountPrefix(
  BSTR str
);
[C++]
Parameters
str [in]

str is a parameter of type BSTR

Product Availability

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

See Also

IDynamicLegendItem Interface