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


IHit3D.GetDepthRange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.GetDepthRange Method
ArcGIS Developer Help

IHit3D.GetDepthRange Method

Returns the depth range of the hit as reported by OpenGL.

[Visual Basic .NET]
Public Sub GetDepthRange ( _
    ByRef pDMin As Double, _
    ByRef pDMax As Double _
)
[C#]
public void GetDepthRange (
    ref double pDMin,
    ref double pDMax
);
[C++]
HRESULT GetDepthRange(
  System.Double* pDMin,
  System.Double* pDMax
);
[C++]
Parameters
pDMin [out]

pDMin is a parameter of type double* pDMax [out]
pDMax is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IHit3D Interface