This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRateFormat Interface > IRateFormat.RateFactor Property (ArcObjects .NET 10.5 SDK) |
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(
double factor
);
[C++]
Parameters factor [out, retval] factor is a parameter of type double factor [in] factor is a parameter of type double
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.
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