This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.YTranslation Property (ArcObjects .NET 10.5 SDK) |
The translation along the Y axis.
[Visual Basic .NET] Public ReadOnly Property YTranslation As Double
[C#] public double YTranslation {get;}
[C++]
HRESULT get_YTranslation(
double* dy
);
[C++]
Parameters dy [out, retval] dy is a parameter of type double
Returns the Y Translation (Move) factor from the transformation.