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


IRateFormat.RateFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRateFormat Interface > IRateFormat.RateFactor Property
ArcGIS Developer Help

IRateFormat.RateFactor Property

The rate factor applied to the ValueToSring and StringToValue methods.

[Visual Basic .NET]
Public Property RateFactor As Double
[C#]
public double RateFactor {get; set;}
[C++]
HRESULT get_RateFactor(
  double factor
);
[C++]
HRESULT put_RateFactor(
  System.Double* factor
);
[C++]
Parameters
factor [in]

factor is a parameter of type double factor [out, retval]
factor is a parameter of type double*

Product Availability

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

Description

The RateFactor property sets or returns a value (default: 1000) that is used as a divisor in the ValueToString method and as a multiplier in the StringToValue method in the associated INumberFormat interface.

See Also

IRateFormat Interface | CurrencyFormat Class | IScientificNumberFormat Interface | FractionFormat Class | IPercentageFormat Interface | INumericFormat Interface | IFractionFormat Interface | NumericFormat Class | IAngleFormat Interface | LatLonFormat Class | ICustomNumberFormat Interface | PercentageFormat Class | ILatLonFormat2 Interface | ILatLonFormat Interface | RateFormat Class | IRateFormat Interface | CustomNumberFormat Class | INumberFormat Interface | ScientificFormat Class | AngleFormat Class