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


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

IDMSGridLabel.LabelType Property

The type of the DMS grid label.

[Visual Basic .NET]
Public Property LabelType As esriDMSGridLabelType
[C#]
public esriDMSGridLabelType LabelType {get; set;}
[C++]
HRESULT get_LabelType(
  esriDMSGridLabelType* LabelType
);
[C++]
HRESULT put_LabelType(
  esriDMSGridLabelType LabelType
);
[C++]
Parameters
LabelType [out, retval]

LabelType is a parameter of type esriDMSGridLabelType* LabelType [in]
LabelType is a parameter of type esriDMSGridLabelType

Product Availability

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

Description

LabelType is the presentation type that the degrees, minutes, and seconds will be displayed in.

See Also

IDMSGridLabel Interface | esriDMSGridLabelType Constants | IDMSGridLabel Interface | IDMSGridLabel.LabelType Property | ILatLonFormat2 Interface | ILatLonFormat Interface