ArcObjects Library Reference (Carto)  

IReferenceSystem.GenerateGraphics Method

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

Product Availability

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

See Also

IReferenceSystem Interface