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


IMapGrid.LabelFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.LabelFormat Property
ArcGIS Developer Help

IMapGrid.LabelFormat Property

The label format for map grid labels.

[Visual Basic .NET]
Public Property LabelFormat As IGridLabel
[C#]
public IGridLabel LabelFormat {get; set;}
[C++]
HRESULT get_LabelFormat(
  IGridLabel** Format
);
[C++]
HRESULT put_LabelFormat(
  IGridLabel* Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type IGridLabel** Format [in]
Format is a parameter of type IGridLabel*

Product Availability

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

Description

LabelFormat is the label format for the grid labels. This is an IGridLabel, which is the generic interface that supports all the other specific types of grid labels, which in turn support the various number formats.

See Also

IMapGrid Interface