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


ITemporalCursor.NextObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalCursor Interface > ITemporalCursor.NextObject Method
ArcGIS Developer Help

ITemporalCursor.NextObject Method

Advances the position of the cursor by one and returns the feature object at that position.

[Visual Basic .NET]
Public Sub NextObject ( _
    ByRef ppiFeature As IFeature, _
    ByRef pvarTimeSeries As Object, _
    ByRef phyTimeStamp As Int64&, _
    ByRef plOID As Integer _
)
[C#]
public void NextObject (
    ref IFeature ppiFeature,
    ref object pvarTimeSeries,
    ref Int64& phyTimeStamp,
    ref int plOID
);
[C++]
HRESULT NextObject(
  IFeature** ppiFeature,
  Variant* pvarTimeSeries,
  System.Int64* phyTimeStamp,
  System.Int32* plOID
);
[C++]
Parameters
ppiFeature [in, out]

ppiFeature is a parameter of type IFeature** pvarTimeSeries [in, out]
pvarTimeSeries is a parameter of type VARIANT* phyTimeStamp [in, out]
phyTimeStamp is a parameter of type int64* plOID [in, out]
plOID is a parameter of type long*

Product Availability

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

See Also

ITemporalCursor Interface