ITemporalCursor Interface

Provides access to methods needed to control the temporal cursor.

Members

Name Description
Method DeleteFeature Delete the existing Feature in the database corresponding to the current position of the cursor.
Read-only property Fields The fields Collection for this cursor.
Method FindField The index of the field with the specified name.
Method Flush Flush any outstanding buffered writes to the database.
Method InsertFeature Insert a new Feature into the database using the property values in the input buffer. The ID of the new Feature is returned.
Method NextFeature Advance the position of the cursor by one and return the Feature object at that position.
Method NextObject Advances the position of the cursor by one and returns the feature object at that position.
Method Reset Resets the cursor position.
Method UpdateFeature Update the existing Feature in the database corresponding to the current position of the cursor.

ITemporalCursor.NextObject Method

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

Public Sub NextObject ( _
    ByRef ppiFeature As IFeature, _
    ByRef pvarTimeSeries As Object, _
    ByRef phyTimeStamp As Int64&, _
    ByRef plOID As Integer _
)
public void NextObject (
    ref IFeature ppiFeature,
    ref object pvarTimeSeries,
    ref Int64& phyTimeStamp,
    ref int plOID
);

ITemporalCursor.Reset Method

Resets the cursor position.

Public Sub Reset ( _
)
public void Reset (
);

Inherited Interfaces

Interfaces Description
IFeatureCursor Provides access to members that hand out enumerated features, field collections and allows for the updating, deleting and inserting of features.

Classes that implement ITemporalCursor

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.