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


IVariantStreamIO.Stream Property (ArcObjects .NET 10.4 SDK)
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