ArcObjects Library Reference (System)  

IMessage.WriteXML Method

Writes an XML output stream for a message.

[Visual Basic .NET]
Public Sub WriteXML ( _
    ByVal Stream As IStream _
)
[C#]
public void WriteXML (
    IStream Stream
);
[C++]
HRESULT WriteXML(
  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