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


IScaleFormat.NumberFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.NumberFormat Property
ArcGIS Developer Help

IScaleFormat.NumberFormat Property

Format used to display scale value, i.e., 20,000.

[Visual Basic .NET]
Public Property NumberFormat As INumberFormat
[C#]
public INumberFormat NumberFormat {get; set;}
[C++]
HRESULT get_NumberFormat(
  INumberFormat* Format
);
[C++]
HRESULT put_NumberFormat(
  INumberFormat** Format
);
[C++]
Parameters
Format [in]

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

Product Availability

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

See Also

IScaleFormat Interface