This document is archived and information here might be outdated.  Recommended version.


IACMap.ImageRequestXml Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACMap Interface > IACMap.ImageRequestXml Property
ArcGIS Developer Help

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,
  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*

Product Availability

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

See Also

IACMap Interface