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


ILatLonFormat.ShowZeroMinutes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILatLonFormat Interface > ILatLonFormat.ShowZeroMinutes Property
ArcGIS Developer Help

ILatLonFormat.ShowZeroMinutes Property

Indicates if zero minutes are included in formatted output.

[Visual Basic .NET]
Public Property ShowZeroMinutes As Boolean
[C#]
public bool ShowZeroMinutes {get; set;}
[C++]
HRESULT get_ShowZeroMinutes(
  VARIANT_BOOL Show
);
[C++]
HRESULT put_ShowZeroMinutes(
  Boolean* Show
);
[C++]
Parameters
Show [in]

Show is a parameter of type bool Show [out, retval]
Show is a parameter of type bool*

Product Availability

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

Description

The ShowZeroMinutes property sets or returns an indicator that tells whether or not a zero value in the minutes location is expressed when the ValueToString method in the associated INumberFormat interface formats numbers. Non-zero values are always expressed in the format.

The settings for ShowZeroMinutes are:

Setting Description

False

(Default) Zero values in the minutes location are not shown, for example 17�N.

True

Zero values in the minutes location are shown, for example 17�0'N.

See Also

ILatLonFormat 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