ArcObjects Library Reference (GeoDatabase)  

IEnumWorkspace.Skip Method

Skips the next Workspace in the enumeration.

[Visual Basic .NET]
Public Sub Skip ( _
    ByVal numToSkip As Integer _
)
[C#]
public void Skip (
    int numToSkip
);
[C++]
HRESULT Skip(
  long numToSkip
);
[C++]

Parameters

numToSkip [in]   numToSkip is a parameter of type long

Product Availability

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

See Also

IEnumWorkspace Interface