This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel3 Interface > IDMSGridLabel3.ShowMinusSign Property (ArcObjects .NET 10.4 SDK) |
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