ArcObjects Library Reference (DataSourcesRaster)  

IRasterGeometryProc2.Flip Method

Flips the input raster.

[Visual Basic .NET]
Public Sub Flip ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Flip (
    IRaster pRaster
);
[C++]
HRESULT Flip(
  IRaster* pRaster
);
[C++]

Parameters

pRaster [in]

  pRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterGeometryProc2 Interface