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 | ||
---|---|---|
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 that implement IHit3D
CoClasses and Classes | Description |
---|---|
Hit3D | A container for information regarding a hit in 3D picking. |