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


IHit3D.SetDepthRange Method (ArcObjects .NET 10.4 SDK)
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