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


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

IZShift.PutZShift Method

The shift in the Z direction.

[Visual Basic .NET]
Public Sub PutZShift ( _
    ByVal zOrigin As Double, _
    ByVal zOffset As Double _
)
[C#]
public void PutZShift (
    double zOrigin,
    double zOffset
);
[C++]
HRESULT PutZShift(
  double zOrigin,
  double zOffset
);
[C++]

Parameters zOrigin zOrigin is a parameter of type double zOffset zOffset is a parameter of type double

Product Availability

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

See Also

IZShift Interface