This document is archived and information here might be outdated. Recommended version. |
Generates graphic elements corresponding to the grid lines and stores them in the specified graphics container.
[Visual Basic .NET] Public Sub GenerateGraphics ( _ ByVal pMapFrame As IMapFrame, _ ByVal GraphicsContainer As IGraphicsContainer _ )
[C#] public void GenerateGraphics ( IMapFrame pMapFrame, IGraphicsContainer GraphicsContainer );
[C++]
HRESULT GenerateGraphics(
IMapFrame* pMapFrame,
IGraphicsContainer* GraphicsContainer
);
[C++] Parameters pMapFrame [in]
pMapFrame is a parameter of type IMapFrame* GraphicsContainer [in]
GraphicsContainer is a parameter of type IGraphicsContainer*