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


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

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