Provides access to members that hand out enumerated featureclasses and reset the enumeration.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next feature class in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumFeatureClass.Next Method
Retrieves the next feature class in the enumeration sequence.
Public Function Next ( _
) As IFeatureClass
public IFeatureClass Next (
);
IEnumFeatureClass.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumFeatureClass
Classes | Description |
---|