This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACMap Interface > IACMap.RequestImageWithXml Method (ArcObjects .NET 10.5 SDK) |
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