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
);
Parameters
Z
Z is a parameter of type double
OffsetZ shifts the Z attributes of the Envelope. The Depth remains unchanged.
new ZMin = old ZMin + Z
new ZMax = old ZMax + Z