IEnumConfigurationKeyword Interface

Provides access to members to enumerate configuration keywords.

When To Use

Use this interface to iterate through the collection of configuration keywords supported by a File or ArcSDE geodatabase.

Members

Name Description
Method Next Retrieves the next configuration keyword in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

IEnumConfigurationKeyword.Next Method

Retrieves the next configuration keyword in the enumeration sequence.

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

IEnumConfigurationKeyword.Reset Method

Resets the enumeration sequence to the beginning.

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

Classes that implement IEnumConfigurationKeyword

Classes Description

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