ArcObjects Library Reference (Geoprocessing)  

IGPXYDomain.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(
  double* falseX,
  double* falseY,
  double* xyUnits
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPXYDomain Interface