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


IDMSGridLabel3.AbbreviateLabels 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.AbbreviateLabels Property
ArcGIS Developer Help

IDMSGridLabel3.AbbreviateLabels Property

Indicates if the DMS labels should be abbreviated when the value is not a whole degree.

[Visual Basic .NET]
Public Property AbbreviateLabels As Boolean
[C#]
public bool AbbreviateLabels {get; set;}
[C++]
HRESULT get_AbbreviateLabels(
  Boolean* abbrev
);
[C++]
HRESULT put_AbbreviateLabels(
  VARIANT_BOOL abbrev
);
[C++]
Parameters
abbrev [out, retval]

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

Product Availability

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

See Also

IDMSGridLabel3 Interface