ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.XScale Property

The scale along the X axis.

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

Parameters

sx [out, retval]   sx is a parameter of type double

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface