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


ISpatialReference2GEN.GetFalseOriginAndUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.GetFalseOriginAndUnits Method
ArcGIS Developer Help

ISpatialReference2GEN.GetFalseOriginAndUnits Method

Get the false origin and units.

[Visual Basic .NET]
Public Sub GetFalseOriginAndUnits ( _
    ByRef falseX As Double, _
    ByRef falseY As Double, _
    ByRef xyUnits As Double _
)
[C#]
public void GetFalseOriginAndUnits (
    ref double falseX,
    ref double falseY,
    ref double xyUnits
);
[C++]
HRESULT GetFalseOriginAndUnits(
  System.Double* falseX,
  System.Double* falseY,
  System.Double* xyUnits
);
[C++]
Parameters
falseX [in, out]

falseX is a parameter of type double* falseY [in, out]
falseY is a parameter of type double* xyUnits [in, out]
xyUnits is a parameter of type double*

Product Availability

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

See Also

ISpatialReference2GEN Interface