IEnumGPValue Interface

Provides access to members of a GPValue Enumeration.

Members

Name Description
Method Next Provides the next value object in the enumeration.
Method 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

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