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


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

IGeoProcessorResult.GetMapImageURL Method

Delete the job and all associated data.

[Visual Basic .NET]
Public Function GetMapImageURL ( _
    ByVal pParamIndexes As ILongArray, _
    ByVal Height As Integer, _
    ByVal Width As Integer, _
    ByVal resolution As Integer _
) As String
[C#]
public string GetMapImageURL (
    ILongArray pParamIndexes,
    int Height,
    int Width,
    int resolution
);
[C++]
HRESULT GetMapImageURL(
  ILongArray* pParamIndexes,
  long Height,
  long Width,
  long resolution
);
[C++]
Parameters
pParamIndexes [in]

pParamIndexes is a parameter of type ILongArray* Height [in]
Height is a parameter of type long Width [in]
Width is a parameter of type long resolution [in]
resolution is a parameter of type long

Product Availability

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

See Also

IGeoProcessorResult Interface