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.ZMax Property (ArcObjects .NET 10.5 SDK) |
The maximum Z value in the area of the envelope.
[Visual Basic .NET] Public Property ZMax As Double
[C#] public double ZMax {get; set;}
[C++]
HRESULT get_ZMax(
double* ZMax
);
[C++]
HRESULT put_ZMax(
double ZMax
);
[C++]
Parameters ZMax [out, retval] ZMax is a parameter of type double ZMax ZMax is a parameter of type double
refer to the ZMax property of IEnvelope