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


IProjectedCoordinateSystem4GEN.FalseEasting 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.FalseEasting Property
ArcGIS Developer Help

IProjectedCoordinateSystem4GEN.FalseEasting Property

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(
  System.Double* FalseEasting
);
[C++]
HRESULT put_FalseEasting(
  double FalseEasting
);
[C++]
Parameters
FalseEasting [out, retval]

FalseEasting is a parameter of type double* FalseEasting
FalseEasting is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface