|  | This document is archived and information here might be outdated. Recommended version. | 
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