ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.YTranslation Property

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

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface