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


IEnvelopeGEN.Depth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.Depth Property
ArcGIS Developer Help

IEnvelopeGEN.Depth Property

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(
  System.Double* Depth
);
[C++]
Parameters
Depth 

Depth is a parameter of type double Depth [out, retval]
Depth is a parameter of type double*

Product Availability

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

Description

refer to the Depth property of IEnvelope

See Also

IEnvelopeGEN Interface