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


IEnumWorkspace.Clone Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumWorkspace Interface > IEnumWorkspace.Clone Method
ArcGIS Developer Help

IEnumWorkspace.Clone Method

Creates a clone of the current enumeration.

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

workspaces is a parameter of type IEnumWorkspace**

Product Availability

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

See Also

IEnumWorkspace Interface