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 pAreaOfInterest As IEnvelope _ )
[C#] public void TransformCellsize ( esriTransformDirection Direction, ref double dx, ref double dy, ref IEnvelope pAreaOfInterest );
[C++]
HRESULT TransformCellsize(
esriTransformDirection Direction,
double* dx,
double* dy,
IEnvelope* pAreaOfInterest
);
[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 pAreaOfInterest [in]pAreaOfInterest is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.