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


IStream.Clone Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.Clone Method
ArcGIS Developer Help

IStream.Clone Method

[Visual Basic .NET]
Public Sub Clone ( _
    ByRef ppstm As IStream _
)
[C#]
public void Clone (
    ref IStream ppstm
);
[C++]
HRESULT Clone(
  IStream** ppstm
);
[C++]
Parameters
ppstm [out]

ppstm is a parameter of type IStream**

Product Availability

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

Description

IStream is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IStream Interface