The depth of the Envelope along the Z axis.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double Depth { get; set; }
Visual Basic (Declaration)
Public Property Depth As Double

Field Value

A double representing the depth.

Remarks

The depth of an Envelope indicates the range of Z values.

See Also