ArcObjects Library Reference (Carto)  

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 get_CountPrefix(
  BSTR* str
);
[C++]
HRESULT put_CountPrefix(
  BSTR str
);
[C++]

Parameters

str [out, retval]   str is a parameter of type BSTR str [in]   str is a parameter of type BSTR

Product Availability

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

See Also

IDynamicLegendItem Interface