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


IXMLWriter2.Stream Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter2 Interface > IXMLWriter2.Stream Property
ArcGIS Developer Help

IXMLWriter2.Stream Property

Obtains underlying stream. If WriteTo() is not called yet, will return NULL.

[Visual Basic .NET]
Public ReadOnly Property Stream As IStream
[C#]
public IStream Stream {get;}
[C++]
HRESULT get_Stream(
  IStream** ppStream
);
[C++]
Parameters
ppStream [out, retval]

ppStream is a parameter of type IStream**

Product Availability

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

See Also

IXMLWriter2 Interface