ArcObjects Library Reference (3DAnalyst)  

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

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.

CoClasses that implement IHit3D

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