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


IEnumSTATSTG.Skip Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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