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


IGlobeDisplayRendering3.GridDisplay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.GridDisplay Property
ArcGIS Developer Help

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 [in]

pGridType is a parameter of type esriGlobeDisplayGridType pGridType [out, retval]
pGridType is a parameter of type esriGlobeDisplayGridType*

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface