ArcObjects Library Reference (PublisherControls)  

IARFeatureSet.Next Method

Retrieves the next feature in the ARFeatureSet.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The Next method advances the ARFeatureSet by one, and returns the ARFeature object at that position.

See Also

IARFeatureSet Interface