IEnumObjectClass Interface

Provides access to members that hand out enumerated object classes and reset the enumeration.

Members

Name Description
Method Next Retrieves the next feature class in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

IEnumObjectClass.Next Method

Retrieves the next feature class in the enumeration sequence.

Public Function Next ( _
) As IObjectClass
public IObjectClass Next (
);

IEnumObjectClass.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumObjectClass

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.