This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.SetDepthRange Method (ArcObjects .NET 10.5 SDK) |
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