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