This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.FalseEasting Property (ArcObjects .NET 10.5 SDK) |
The false easting (X0) of a projected coordinate system.
[Visual Basic .NET] Public Property FalseEasting As Double
[C#] public double FalseEasting {get; set;}
[C++]
HRESULT get_FalseEasting(
double* FalseEasting
);
[C++]
HRESULT put_FalseEasting(
double FalseEasting
);
[C++]
Parameters FalseEasting [out, retval] FalseEasting is a parameter of type double FalseEasting [in] FalseEasting is a parameter of type double