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