This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelope Interface > IEnvelope.Depth Property (ArcObjects .NET 10.4 SDK) |
The depth of the envelope.
[Visual Basic .NET] Public Property Depth As Double
[C#] public double Depth {get; set;}
[C++]
HRESULT get_Depth(
double* Depth
);
[C++]
HRESULT put_Depth(
double Depth
);
[C++]
Parameters Depth [out, retval] Depth is a parameter of type double Depth Depth is a parameter of type double
The Depth of an Envelope is the range of Z values. The Depth=ZMax - ZMin. Used to get or set the Depth of a non-empty Envelope. The Envelope must be ZAware and have non-NaN Zs set.