ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem2.YScaleFactor Property

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

Product Availability

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

See Also

IProjectedCoordinateSystem2 Interface