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


IFormattedGridLabel.Format Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFormattedGridLabel.Format Property

The format used to display the numbers in the grid label.

[Visual Basic .NET]
Public Property Format As INumberFormat
[C#]
public INumberFormat Format {get; set;}
[C++]
HRESULT get_Format(
  INumberFormat** Format
);
[C++]
HRESULT put_Format(
  INumberFormat* Format
);
[C++]

Parameters Format [out, retval]
Format is a parameter of type INumberFormat Format [in]
Format is a parameter of type INumberFormat

Product Availability

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

Description

Format is the format for the IFormattedGridLabel . You can use the format to convert the values of the grid labels to strings and vice versa.

See Also

IFormattedGridLabel Interface

.NET Related Topics

Creating map grid labels