ArcObjects Library Reference (GeoDatabase)  

IEnumWorkspace.Next Method

Retrieves the next Workspace in the enumeration sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByVal numRequested As Integer, _
    ByRef workspaces As IWorkspace, _
    ByRef pNumFetched As Integer _
)
[C#]
public void Next (
    int numRequested,
    ref IWorkspace workspaces,
    ref int pNumFetched
);
[C++]
HRESULT Next(
  long numRequested,
  IWorkspace** workspaces,
  long* pNumFetched
);
[C++]

Parameters

numRequested [in]   numRequested is a parameter of type long workspaces [out]

  workspaces is a parameter of type IWorkspace

pNumFetched [out]   pNumFetched is a parameter of type long

Product Availability

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

See Also

IEnumWorkspace Interface