ArcObjects Library Reference (GeoAnalyst)  

ITransformationOp.Mirror Method

Mirrors a raster along the vertical axis.

[Visual Basic .NET]
Public Function Mirror ( _
    ByVal GeoDataset As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset Mirror (
    IGeoDataset GeoDataset
);
[C++]
HRESULT Mirror(
  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 mirror copy of (along the verticle axis).

See Also

ITransformationOp Interface