Provides access to members that hand out enumerated features and reset the enumeration.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next Feature in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumFeature.Next Method
Retrieves the next Feature in the enumeration sequence.
Public Function Next ( _
) As IFeature
public IFeature Next (
);
IEnumFeature.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumFeature
Classes | Description |
---|
Remarks
See the IMap::FeatureSelection example for an example of use and the remarks under IActiveView::Selection.
When this interface is used to access features from a map's feature selection (IMap.FeatureSelection), the IEnumFeatureSetup.AllFields property should be used to return fully hydrated features.