ArcObjects Library Reference  (System)    

IRateFormat.RateFactor Property

The rate factor applied to the ValueToSring and StringToValue methods.

[Visual Basic 6.0]
Property RateFactor As Double
[Visual Basic .NET]
Public Property RateFactor As Double
[C#]
public double RateFactor {get; set;}
[Java]
public Double getRateFactor()
throws
    IOException,
    AutomationException
[Java]
public void setRateFactor(
Double RateFactor
)
throws
    IOException,
    AutomationException
[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

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 | IFractionFormat Interface | AngleFormat Class | IAngleFormat Interface | IPercentageFormat Interface | ICustomNumberFormat Interface | CurrencyFormat Class | LatLonFormat Class | FractionFormat Class | IRateFormat Interface | RateFormat Class | ILatLonFormat2 Interface | NumericFormat Class | CustomNumberFormat Class | INumericFormat Interface | PercentageFormat Class | IScientificNumberFormat Interface | ILatLonFormat Interface | INumberFormat Interface | ScientificFormat Class

Example

RateFormat Example

 


Feedback Send feedback on this page