ArcObjects Library Reference (Geometry)  

IZCollection.ZMax Property

The maximum Z value.

[Visual Basic .NET]
Public ReadOnly Property ZMax As Double
[C#]
public double ZMax {get;}
[C++]
HRESULT get_ZMax(
  double* ZMax
);
[C++]

Parameters

ZMax [out, retval]   ZMax is a parameter of type double

Product Availability

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

Description

Returns the maximum Z attribute contained within the ZAware object collection.

See Also

IZCollection Interface