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


IStream.Clone Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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