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 (ArcObjects .NET 10.5 SDK) |
Provides access to members that control information about a hit in 3D picking.
Description | ||
---|---|---|
DistanceToObserver | The 3D distance from the observer to the hit point. | |
DistanceToRay | The 3D distance between the hit point and the picking ray. | |
ExactHit | Indicates whether an exact hit. | |
GetDepthRange | Returns the depth range of the hit as reported by OpenGL. | |
Object | The object (feature) that is hit. | |
Owner | The owner (layer) that is hit. | |
Point | The location of the hit. | |
SetDepthRange | Sets the depth range of the hit as reported by OpenGL. |
CoClasses and Classes | Description |
---|---|
Hit3D | A container for information regarding a hit in 3D picking. |