ArcObjects Library Reference (Carto)  

IACMap.ImageRequestXml Property

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,
  BSTR* 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 VARIANT_BOOL xml [out, retval]   xml is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACMap Interface