This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorResult Interface > IGeoProcessorResult.GetMapImageURL Method (ArcObjects .NET 10.4 SDK) |
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