This document is archived and information here might be outdated. Recommended version. |
Draws the map grid for a map frame to the given display.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal pMapFrame As IMapFrame _ )
[C#] public void Draw ( IDisplay Display, IMapFrame pMapFrame );
[C++]
HRESULT Draw(
IDisplay* Display,
IMapFrame* pMapFrame
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* pMapFrame [in]
pMapFrame is a parameter of type IMapFrame*