com.esri.arcgis.controls
Interface IARFeatureCursor
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ARFeatureCursor, IARFeatureCursorProxy
public interface IARFeatureCursor
- extends Serializable
Provides access to members that control the enumerated ARFeatureCursor.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
nextARFeature
IARFeature nextARFeature()
throws IOException,
AutomationException
- Retrieves the next feature in the enumeration sequence.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
- Returns:
- A reference to a com.esri.arcgis.controls.IARFeature
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.