This document is archived and information here might be outdated.  Recommended version.


IGPUtilities2.GetMap Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.GetMap Method

Gets the map associated with the application.

[Visual Basic .NET]
Public Function GetMap ( _
) As IMap
[C#]
public IMap GetMap (
);
[C++]
HRESULT GetMap(
  IMap** ppMap
);
[C++]

Parameters ppMap [out, retval]
ppMap is a parameter of type IMap

Product Availability

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

See Also

IGPUtilities2 Interface