This document is archived and information here might be outdated. Recommended version. |
The xml to request an image.
[Visual Basic .NET] Public Function get_ImageRequestXml ( _ 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 get_ImageRequestXml ( IEnvelope pExtent, double Dpi, int Width, int Height, bool ScaleSymbols );
[C++]
HRESULT get_ImageRequestXml(
IEnvelope* pExtent,
double Dpi,
long Width,
long Height,
VARIANT_BOOL ScaleSymbols,
System.String* xml
);
[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 xml [out, retval]
xml is a parameter of type BSTR*