This document is archived and information here might be outdated. Recommended version. |
The new image location as an URL.
[Visual Basic .NET] Public Function RequestImage ( _ ByVal pExtent As IEnvelope, _ ByVal Dpi As Double, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal ScaleSymbols As Boolean _ ) As String
[C#] public string RequestImage ( IEnvelope pExtent, double Dpi, int Width, int Height, bool ScaleSymbols );
[C++]
HRESULT RequestImage(
IEnvelope* pExtent,
double Dpi,
long Width,
long Height,
VARIANT_BOOL ScaleSymbols
);
[C++] Parameters pExtent [in]
pExtent is a parameter of type IEnvelope* Dpi [in]
Dpi is a parameter of type double Width [in]
Width is a parameter of type long Height [in]
Height is a parameter of type long ScaleSymbols [in]
ScaleSymbols is a parameter of type bool