This document is archived and information here might be outdated. Recommended version. |
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*