ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommandResults.Next Method

Returns the next raster command.

ERROR: Syntax information about IRasterCommandResults.Next may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT Next(
  IRasterCommandResult** pResult
);
[C++]

Parameters

pResult [out, retval]

  pResult is a parameter of type IRasterCommandResult

Product Availability

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

See Also

IRasterCommandResults Interface