This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem2 Interface > IProjectedCoordinateSystem2.YScaleFactor Property (ArcObjects .NET 10.4 SDK) |
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(
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