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


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

IACMap.RequestImageWithXml Method

The new image location as an URL. Call ImageRequestXml first.

[Visual Basic .NET]
Public Function RequestImageWithXml ( _
    ByVal xml As String _
) As String
[C#]
public string RequestImageWithXml (
    string xml
);
[C++]
HRESULT RequestImageWithXml(
  BSTR xml,
  BSTR* imageURL
);
[C++]

Parameters xml [in] xml is a parameter of type BSTR 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