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


IDMSGridLabel3.ShowMinusSign Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel3 Interface > IDMSGridLabel3.ShowMinusSign Property
ArcGIS Developer Help

IDMSGridLabel3.ShowMinusSign Property

Indicates if the DMS labels should show the minus sign (if format is not showing direction).

[Visual Basic .NET]
Public Property ShowMinusSign As Boolean
[C#]
public bool ShowMinusSign {get; set;}
[C++]
HRESULT get_ShowMinusSign(
  Boolean* showMinus
);
[C++]
HRESULT put_ShowMinusSign(
  VARIANT_BOOL showMinus
);
[C++]
Parameters
showMinus [out, retval]

showMinus is a parameter of type bool* showMinus [in]
showMinus is a parameter of type bool

Product Availability

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

See Also

IDMSGridLabel3 Interface