ArcObjects Library Reference (3DAnalyst)  

IHit3D.SetDepthRange Method

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

[Visual Basic .NET]
Public Sub SetDepthRange ( _
    ByVal dMin As Double, _
    ByVal dMax As Double _
)
[C#]
public void SetDepthRange (
    double dMin,
    double dMax
);
[C++]
HRESULT SetDepthRange(
  double dMin,
  double dMax
);
[C++]

Parameters

dMin [in]   dMin is a parameter of type double dMax [in]   dMax 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