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


IGeodataXform.TransformCellsize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeodataXform.TransformCellsize Method

Transforms a cellsize in a given direction.

[Visual Basic .NET]
Public Sub TransformCellsize ( _
    ByVal Direction As esriTransformDirection, _
    ByRef dx As Double, _
    ByRef dy As Double, _
    ByVal AreaOfInterest As IEnvelope _
)
[C#]
public void TransformCellsize (
    esriTransformDirection Direction,
    ref double dx,
    ref double dy,
    ref IEnvelope AreaOfInterest
);
[C++]
HRESULT TransformCellsize(
  esriTransformDirection Direction,
  double* dx,
  double* dy,
  IEnvelope* AreaOfInterest
);
[C++]

Parameters Direction [in]
Direction is a parameter of type esriTransformDirection dx [in, out] dx is a parameter of type double dy [in, out] dy is a parameter of type double AreaOfInterest [in]
AreaOfInterest is a parameter of type IEnvelope

Product Availability

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

See Also

IGeodataXform Interface

.NET Related Topics

DataSourcesRaster | How to perform a geodata transformation on a raster