IEnumGPName Interface

Provides access to a GPName Enumeration.

Members

Name Description
Method Next Provides the next name object in the enumeration.
Method Reset Resets the enumerator such that a subsequent next returns the first name object.

IEnumGPName.Next Method

Provides the next name object in the enumeration.

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

IEnumGPName.Reset Method

Resets the enumerator such that a subsequent next returns the first name object.

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

Classes that implement IEnumGPName

Classes Description

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