This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.GridDisplay Property (ArcObjects .NET 10.5 SDK) |
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