This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.OffsetZ Method (ArcObjects .NET 10.5 SDK) |
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
refer to the OffsetZ method of IEnvelope