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


IHit3D.SetDepthRange 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.SetDepthRange Method
ArcGIS Developer Help

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