ArcObjects Library Reference (Geoprocessing)  

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,
  BSTR* URL
);
[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 URL [out, retval]   URL is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessorResult Interface