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


IGeoProcessorResult2.GetMapImageURL Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult2.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

IGeoProcessorResult2 Interface