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


IZShift.GetZShift Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZShift Interface > IZShift.GetZShift Method
ArcGIS Developer Help

IZShift.GetZShift Method

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

zOrigin is a parameter of type double* zOffset [out]
zOffset is a parameter of type double*

Product Availability

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

See Also

IZShift Interface