This document is archived and information here might be outdated. Recommended version. |
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system.
[Visual Basic .NET]
Public Property YScaleFactor As Double
[C#]
public double YScaleFactor {get; set;}
[C++]
HRESULT get_YScaleFactor(
System.Double* ys
);
[C++]
HRESULT put_YScaleFactor(
double ys
);
[C++] Parameters ys [out, retval]
ys is a parameter of type double* ys
ys is a parameter of type double