ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem2.XScaleFactor Property

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

Product Availability

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

See Also

IProjectedCoordinateSystem2 Interface