This document is archived and information here might be outdated.  Recommended version.


IZCollection.ZMin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZCollection Interface > IZCollection.ZMin Property
ArcGIS Developer Help

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(
  System.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