This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.GetZFalseOriginAndUnits Method (ArcObjects .NET 10.5 SDK) |
Get the Z false origin and units.
[Visual Basic .NET] Public Sub GetZFalseOriginAndUnits ( _ ByRef falseZ As Double, _ ByRef zUnits As Double _ )
[C#] public void GetZFalseOriginAndUnits ( ref double falseZ, ref double zUnits );
[C++]
HRESULT GetZFalseOriginAndUnits(
double* falseZ,
double* zUnits
);
[C++]
Parameters falseZ [in, out] falseZ is a parameter of type double zUnits [in, out] zUnits is a parameter of type double