This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZCollection Interface > IZCollection.ZMax Property (ArcObjects .NET 10.4 SDK) |
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
Returns the maximum Z attribute contained within the ZAware object collection.