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


IGeodataXform.TransformCellsize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.TransformCellsize Method
ArcGIS Developer Help

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,
  System.Double* dx,
  System.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