This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IO > IObjectStream Interface > IObjectStream.Stream Property (ArcObjects .NET 10.5 SDK) |
The aggregated stream object.
[Visual Basic .NET] Public Property Stream As IStream
[C#] public IStream Stream {get; set;}
[C++]
HRESULT get_Stream(
IStream** ppStream
);
[C++]
HRESULT putref_Stream(
IStream* ppStream
);
[C++]
Parameters ppStream [out, retval]
ppStream is a parameter of type IStream ppStream [in]
ppStream is a parameter of type IStream