ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.ZMax Property

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

Product Availability

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

Description

refer to the ZMax property of IEnvelope

See Also

IEnvelopeGEN Interface