This document is archived and information here might be outdated. Recommended version. |
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*