This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZShift Interface > IZShift.GetZShift Method (ArcObjects .NET 10.4 SDK) |
The shift in the Z direction.
[Visual Basic .NET] Public Sub GetZShift ( _ ByRef zOrigin As Double, _ ByRef zOffset As Double _ )
[C#] public void GetZShift ( ref double zOrigin, ref double zOffset );
[C++]
HRESULT GetZShift(
double* zOrigin,
double* zOffset
);
[C++]
Parameters zOrigin [out] zOrigin is a parameter of type double zOffset [out] zOffset is a parameter of type double