ArcObjects Library Reference (Geometry)  

IZCollection.ZMin Property

The minimum Z value.

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

Parameters

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

Product Availability

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

Description

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

See Also

IZCollection Interface