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


ILatLonFormat.ShowDirections 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.ShowDirections Property
ArcGIS Developer Help

ILatLonFormat.ShowDirections Property

Indicates if a directional letter (N-S-E-W) is appended to the formatted number.

[Visual Basic .NET]
Public Property ShowDirections As Boolean
[C#]
public bool ShowDirections {get; set;}
[C++]
HRESULT get_ShowDirections(
  VARIANT_BOOL Show
);
[C++]
HRESULT put_ShowDirections(
  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 ShowDirections property sets or returns an indicator that tells whether to append a directional letter designation (N, S, E, or W) when the ValueToString method in the associated INumberFormat interface formats numbers.

The settings for ShowDirections are:

Setting Description

False

(Default) A directional letter designation is not appended to the format, for example, 270�.

True

A directional letter designation is appended to the format, for example, 270�E.

Remarks

As an alternative, the ShowPlusSign property from INumericFormat can be used to show similar information since the LatLonFormat coclass also supports this interface.

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 | esriDMSGridLabelType Constants | IDMSGridLabel Interface | IDMSGridLabel.LabelType Property | ILatLonFormat2 Interface | ILatLonFormat Interface