ArcObjects Library Reference  (Geometry)    

IEnvelope.Depth Property

The depth of the envelope.

[Visual Basic 6.0]
Property Depth As Double
[Visual Basic .NET]
Public Property Depth As Double
[C#]
public double Depth {get; set;}
[Java]
public Double getDepth()
throws
    IOException,
    AutomationException
[Java]
public void setDepth(
Double Depth
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

Description

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.

Remarks

 

Envelope Depth Example

See Also

IEnvelope Interface

 


Feedback Send feedback on this page