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


IZShift.GetZShift Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  double* zOrigin,
  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