ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommands.Next Method

Returns the next raster command.

[Visual Basic .NET]
Public Function Next ( _
) As IRasterCommand
[C#]
public IRasterCommand Next (
);
[C++]
HRESULT Next(
  IRasterCommand** pCommand
);
[C++]

Parameters

pCommand [out, retval]

  pCommand is a parameter of type IRasterCommand

Product Availability

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

See Also

IRasterCommands Interface