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


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

IByteSwapStreamIO.Stream Property

The stream to perform byte swap reads and writes to.

[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 [in]

ppStream is a parameter of type IStream* ppStream [out, retval]
ppStream is a parameter of type IStream**

Product Availability

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

See Also

IByteSwapStreamIO Interface