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


IGPUtilities2.SetInternalMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities2 Interface > IGPUtilities2.SetInternalMap Method
ArcGIS Developer Help

IGPUtilities2.SetInternalMap Method

Sets the internal map used by the geoprocessor.

[Visual Basic .NET]
Public Sub SetInternalMap ( _
    ByVal pMap As IMap _
)
[C#]
public void SetInternalMap (
    IMap pMap
);
[C++]
HRESULT SetInternalMap(
  IMap* pMap
);
[C++]
Parameters
pMap [in]

pMap is a parameter of type IMap*

Product Availability

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

See Also

IGPUtilities2 Interface