ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.OffsetZ Method

Moves the sides z units.

[Visual Basic .NET]
Public Sub OffsetZ ( _
    ByVal Z As Double _
)
[C#]
public void OffsetZ (
    double Z
);
[C++]
HRESULT OffsetZ(
  double Z
);
[C++]

Parameters

Z   Z is a parameter of type double

Product Availability

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

Description

refer to the OffsetZ method of IEnvelope

See Also

IEnvelopeGEN Interface