ArcObjects Library Reference (Geoprocessing)  

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