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


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

IProjectedCoordinateSystem4GEN.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(
  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

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface