IEnumDatasetType Interface

Provides access to members that enumerate over a set of dataset types.

Members

Name Description
Method Next Retrieves the next dataset type in the set.
Method Reset Resets the enumeration sequence to the beginning.

IEnumDatasetType.Next Method

Retrieves the next dataset type in the set.

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

IEnumDatasetType.Reset Method

Resets the enumeration sequence to the beginning.

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

Classes that implement IEnumDatasetType

Classes Description
EnumDatasetType Esri EnumDatasetType object.

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