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


ITransformationOp.Flip Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

ITransformationOp.Flip Method

Flips a raster along the horizontal axis.

[Visual Basic .NET]
Public Function Flip ( _
    ByVal GeoDataset As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset Flip (
    IGeoDataset GeoDataset
);
[C++]
HRESULT Flip(
  IGeoDataset* GeoDataset,
  IGeoDataset** outGeoDataset
);
[C++]

Parameters GeoDataset [in]
GeoDataset is a parameter of type IGeoDataset outGeoDataset [out, retval]
outGeoDataset is a parameter of type IGeoDataset

Product Availability

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

Remarks

GeoDataset

an input Raster, RasterDataset, RasterBand, or RasterDescriptor to make a Flip copy of(along the horizontal axis).

See Also

ITransformationOp Interface