ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* showMinus
);
[C++]
HRESULT put_ShowMinusSign(
  VARIANT_BOOL showMinus
);
[C++]

Parameters

showMinus [out, retval]   showMinus is a parameter of type VARIANT_BOOL showMinus [in]   showMinus is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDMSGridLabel3 Interface