This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteTo Method (ArcObjects .NET 10.5 SDK) |
Specifies output XML stream.
[Visual Basic .NET] Public Sub WriteTo ( _ ByVal outputStream As IStream _ )
[C#] public void WriteTo ( IStream outputStream );
[C++]
HRESULT WriteTo(
IStream* outputStream
);
[C++]
Parameters outputStream [in]
outputStream is a parameter of type IStream