This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.TransformCellsize Method (ArcObjects .NET 10.5 SDK) |
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