This document is archived and information here might be outdated.  Recommended version.


IRasterCommandResults.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommandResults Interface > IRasterCommandResults.Next Method
ArcGIS Developer Help

IRasterCommandResults.Next Method

Returns the next raster command.

[Visual Basic .NET]
Public Function Next ( _
) As IRasterCommandResult
[C#]
public IRasterCommandResult Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCommandResults Interface