ArcGIS Pro 2.6 API Reference Guide
Depth Property (EnvelopeBuilder)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class : Depth Property
Gets the depth of this instance.
Syntax
public double Depth {get;}
Public ReadOnly Property Depth As Double
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
The depth is the range of Z values. The depth = ZMax - ZMin. The Envelope must be ZAware and have non-NaN Zs set. If the envelope is not ZAware then a depth of 0 is returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members