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


IMessage.ReadXML Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IMessage.ReadXML Method

Reads an XML input stream for a message.

[Visual Basic .NET]
Public Sub ReadXML ( _
    ByVal Stream As IStream _
)
[C#]
public void ReadXML (
    IStream Stream
);
[C++]
HRESULT ReadXML(
  IStream* Stream
);
[C++]

Parameters Stream [in]
Stream is a parameter of type IStream

Product Availability

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

See Also

IMessage Interface