ArcObjects Library Reference (PublisherControls)  

IARFeatureCursor.NextARFeature Method

Retrieves the next feature in the enumeration sequence.

[Visual Basic .NET]
Public Function NextARFeature ( _
) As ARFeature
[C#]
public ARFeature NextARFeature (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The NextARFeature method returns the next ARFeature object within the subset. The next ARFeature is created and allocated to the ARFeatureCursor. The ARFeatureCursor is forward only and does not support retrieving ARFeature objects that have already been retrieved, or making multiple passes over the ARFeature’s. If an application needs to make multiple passes over the data, the application needs to re-execute the ArcReaderSearchDef that returned the ARFeatureCursor.

See Also

IARFeatureCursor Interface