ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.ZMin Property

The minimum Z value in the area of the envelope.

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

Parameters

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

Product Availability

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

Description

refer to the ZMin property of IEnvelope

See Also

IEnvelopeGEN Interface