This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IReferenceSystem Interface > IReferenceSystem.GenerateGraphics Method (ArcObjects .NET 10.5 SDK) |
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