Provides access to members that control a raster enumerator object.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next raster in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumRaster.Next Method
Retrieves the next raster in the enumeration sequence.
Public Function Next ( _
) As IRaster
public IRaster Next (
);
IEnumRaster.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumRaster
Classes | Description |
---|