This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.Stream Property (ArcObjects .NET 10.4 SDK) |
Obtains underlying stream. If WriteTo() is not called yet, will return NULL. Also will return NULL if WriteToString() was called.
[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