ArcObjects Library Reference (System)  

IVariantStreamIO.Stream Property

The stream to perform variant stream reads and writes to.

[Visual Basic .NET]
Public WriteOnly Property Stream
[C#]
public void Stream {set;}
[C++]
HRESULT putref_Stream(
  IStream* 
);
[C++]

Parameters

[in]

   is a parameter of type IStream

Product Availability

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

See Also

IVariantStreamIO Interface