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


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

IEnumProperty.Skip Method

Skips the next Property 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

IEnumProperty Interface