Provides access to members of a GPValue Enumeration.
Members
Name | Description | |
---|---|---|
Next | Provides the next value object in the enumeration. | |
Reset | Resets the enumerator such that a subsequent next returns the first value object. |
IEnumGPValue.Next Method
Provides the next value object in the enumeration.
Public Function Next ( _
) As IGPValue
public IGPValue Next (
);
IEnumGPValue.Reset Method
Resets the enumerator such that a subsequent next returns the first value object.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumGPValue
Classes | Description |
---|