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


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

IEnumSTATSTG.Skip Method

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

celt is a parameter of type unsigned long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEnumSTATSTG Interface