This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleText Interface > IScaleText.NumberFormat Property (ArcObjects .NET 10.4 SDK) |
Number formatting.
[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 [out, retval]
Format is a parameter of type INumberFormat Format [in]
Format is a parameter of type INumberFormat