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


IACMap.RequestImageWithXml Method (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.RequestImageWithXml Method
ArcGIS Developer Help

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
);
[C++]
Parameters
xml [in]

xml is a parameter of type BSTR

Product Availability

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

See Also

IACMap Interface