ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.GridDisplay Property

Indicates what type of grid/graticule to display.

[Visual Basic .NET]
Public Property GridDisplay As esriGlobeDisplayGridType
[C#]
public esriGlobeDisplayGridType GridDisplay {get; set;}
[C++]
HRESULT get_GridDisplay(
  esriGlobeDisplayGridType* pGridType
);
[C++]
HRESULT put_GridDisplay(
  esriGlobeDisplayGridType pGridType
);
[C++]

Parameters

pGridType [out, retval]

  pGridType is a parameter of type esriGlobeDisplayGridType

pGridType [in]

  pGridType is a parameter of type esriGlobeDisplayGridType

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface