This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.Clone Method (ArcObjects .NET 10.5 SDK) |
[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
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.