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


IProjectedCoordinateSystem2.XScaleFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem2 Interface > IProjectedCoordinateSystem2.XScaleFactor Property
ArcGIS Developer Help

IProjectedCoordinateSystem2.XScaleFactor Property

The X axis scale value used to flip the axis direction in a Krovak projected coordinate system.

[Visual Basic .NET]
Public Property XScaleFactor As Double
[C#]
public double XScaleFactor {get; set;}
[C++]
HRESULT get_XScaleFactor(
  System.Double* xs
);
[C++]
HRESULT put_XScaleFactor(
  double xs
);
[C++]
Parameters
xs [out, retval]

xs is a parameter of type double* xs
xs is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem2 Interface