Provides access to a GPName Enumeration.
Members
Name | Description | |
---|---|---|
Next | Provides the next name object in the enumeration. | |
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 |
---|