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


IDynamicLegendItem.CountNumberFormat Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDynamicLegendItem.CountNumberFormat Property

Class count number format.

[Visual Basic .NET]
Public Property CountNumberFormat As INumberFormat
[C#]
public INumberFormat CountNumberFormat {get; set;}
[C++]
HRESULT get_CountNumberFormat(
  INumberFormat** Format
);
[C++]
HRESULT putref_CountNumberFormat(
  INumberFormat* Format
);
[C++]

Parameters Format [out, retval]
Format is a parameter of type INumberFormat Format [in]
Format is a parameter of type INumberFormat

Product Availability

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

See Also

IDynamicLegendItem Interface