ArcObjects Component Help  (Core)    

FractionFormat CoClass

An object for formatting numbers in a fraction format.

Description

FractionFormat is an IFractionFormat interface coclass who's members determine how the ValueToString method in the associated INumberFormat interface formats numbers.

Interfaces

Interfaces Description
IClone Provides access to members that control cloning of objects.
IFractionFormat Provides access to members that format fractions.
INumberFormat Provides access to members that format numbers.
INumberFormatOperations Provides access to common operations on formatted numbers.
IPersist
IPersistStream

Remarks

To try out various formatting options using this coclass, select FractionFormat from the dropdown list in the NumberFormat Viewer developer sample.

See Also

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

Example

FractionFormat Example