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.SetFalseOriginAndUnits Method (ArcObjects .NET 10.5 SDK) |
Get 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 [in] falseX is a parameter of type double falseY [in] falseY is a parameter of type double xyUnits [in] xyUnits is a parameter of type double