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


IACMap.RequestImage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACMap.RequestImage Method

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

Product Availability

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

See Also

IACMap Interface