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