This document is archived and information here might be outdated. Recommended version. |
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