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


IFractionFormat.FractionFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFractionFormat Interface > IFractionFormat.FractionFactor Property
ArcGIS Developer Help

IFractionFormat.FractionFactor Property

The maximum number of digits for the numerator or denominator, or the denominator of the formatted fraction.

[Visual Basic .NET]
Public Property FractionFactor As Integer
[C#]
public int FractionFactor {get; set;}
[C++]
HRESULT get_FractionFactor(
  long factor
);
[C++]
HRESULT put_FractionFactor(
  System.Int32* factor
);
[C++]
Parameters
factor [in]

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

Product Availability

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

Description

The FractionFactor property sets or returns a value (default: 1) that specifies the maximum number of digits for the numerator or denominator, or is used as the denominator of the formatted fraction.

The way the FractionFactor property is used depends on how the FractionOption property is set.

See Also

IFractionFormat 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