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


IGPZDomain.GetZFalseOriginAndUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPZDomain Interface > IGPZDomain.GetZFalseOriginAndUnits Method
ArcGIS Developer Help

IGPZDomain.GetZFalseOriginAndUnits Method

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(
  System.Double* falseZ,
  System.Double* zUnits
);
[C++]
Parameters
falseZ [out]

falseZ is a parameter of type double* zUnits [out]
zUnits is a parameter of type double*

Product Availability

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

See Also

IGPZDomain Interface