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


IEnumConnections.Skip Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEnumConnections Interface > IEnumConnections.Skip Method
ArcGIS Developer Help

IEnumConnections.Skip Method

[Visual Basic .NET]
Public Sub Skip ( _
    ByVal cConnections As Integer _
)
[C#]
public void Skip (
    uint cConnections
);
[C++]
HRESULT Skip(
  Unsigned long cConnections
);
[C++]
Parameters
cConnections [in]

cConnections is a parameter of type unsigned long

Product Availability

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

Description

IEnumConnections is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IEnumConnections Interface