ArcObjects Library Reference  (Geometry)    

IEnvelope.OffsetZ Method

Moves the sides z units.

[Visual Basic 6.0]
Sub OffsetZ(
    ByVal Z As Double _
)
[Visual Basic .NET]
Public Sub OffsetZ ( _
    ByVal Z As Double _
)
[C#]
public void OffsetZ (
    double Z
);
[Java]
public void offsetZ (
    double Z
)
throws
    IOException,
    AutomationException
[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

OffsetZ shifts the Z attributes of the Envelope.  The Depth remains unchanged.

Remarks

new ZMin = old ZMin + Z
new ZMax = old ZMax + Z

See Also

IEnvelope Interface

 


Feedback Send feedback on this page