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


IAffineTransformation2D.XTranslation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IAffineTransformation2D.XTranslation Property

The translation along the X axis.

[Visual Basic .NET]
Public ReadOnly Property XTranslation As Double
[C#]
public double XTranslation {get;}
[C++]
HRESULT get_XTranslation(
  double* dx
);
[C++]

Parameters dx [out, retval] dx is a parameter of type double

Product Availability

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

Description

Returns the X Translation (Move) factor from the transformation.

See Also

IAffineTransformation2D Interface