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


IAffineTransformation2D3GEN.XScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.XScale Property
ArcGIS Developer Help

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(
  System.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