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


IRasterClassifyUIProperties.NumberFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyUIProperties Interface > IRasterClassifyUIProperties.NumberFormat Property
ArcGIS Developer Help

IRasterClassifyUIProperties.NumberFormat Property

Number format for labels.

[Visual Basic .NET]
Public Property NumberFormat As INumberFormat
[C#]
public INumberFormat NumberFormat {get; set;}
[C++]
HRESULT get_NumberFormat(
  INumberFormat** Format
);
[C++]
HRESULT putref_NumberFormat(
  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.

Description

The NumberFormat property passes an object supporting the INumberFormat interface, which controls how the data values are formatted in the Classification dialog box.

See Also

IRasterClassifyUIProperties Interface