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