This document is archived and information here might be outdated. Recommended version. |
Retrieves the next feature in the ARFeatureSet.
[Visual Basic .NET] Public Function Next ( _ ) As ARFeature
[C#] public ARFeature Next ( );
The Next method advances the ARFeatureSet by one, and returns the ARFeature object at that position.