Provides access to members that enumerate through field errors.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next field error in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumFieldError.Next Method
Retrieves the next field error in the enumeration sequence.
Public Function Next ( _
) As IFieldError
public IFieldError Next (
);
IEnumFieldError.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumFieldError
Classes | Description |
---|---|
EnumFieldError | Esri EnumFieldError object. |