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


IHit3D Interface (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
ArcGIS Developer Help

IHit3D Interface

Provides access to members that control information about a hit in 3D picking.

Product Availability

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

Members

Name Description
Read/write property DistanceToObserver The 3D distance from the observer to the hit point.
Read/write property DistanceToRay The 3D distance between the hit point and the picking ray.
Read/write property ExactHit Indicates whether an exact hit.
Method GetDepthRange Returns the depth range of the hit as reported by OpenGL.
Read/write property Object The object (feature) that is hit.
Read/write property Owner The owner (layer) that is hit.
Read/write property Point The location of the hit.
Method SetDepthRange Sets the depth range of the hit as reported by OpenGL.

Classes that implement IHit3D

Classes Description
Hit3D A container for information regarding a hit in 3D picking.