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


IProjectedCoordinateSystem4GEN.SetFalseOriginAndUnits Method (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.SetFalseOriginAndUnits Method
ArcGIS Developer Help

IProjectedCoordinateSystem4GEN.SetFalseOriginAndUnits Method

Set the false origin and units.

[Visual Basic .NET]
Public Sub SetFalseOriginAndUnits ( _
    ByVal falseX As Double, _
    ByVal falseY As Double, _
    ByVal xyUnits As Double _
)
[C#]
public void SetFalseOriginAndUnits (
    double falseX,
    double falseY,
    double xyUnits
);
[C++]
HRESULT SetFalseOriginAndUnits(
  double falseX,
  double falseY,
  double xyUnits
);
[C++]
Parameters
falseX 

falseX is a parameter of type double falseY
falseY is a parameter of type double xyUnits
xyUnits is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface