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


IHit3D.ExactHit Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

IHit3D.ExactHit Property

Indicates whether an exact hit.

[Visual Basic .NET]
Public Property ExactHit As Boolean
[C#]
public bool ExactHit {get; set;}
[C++]
HRESULT get_ExactHit(
  VARIANT_BOOL hit
);
[C++]
HRESULT put_ExactHit(
  Boolean* hit
);
[C++]

Parameters hit [in]
hit is a parameter of type bool hit [out, retval]
hit is a parameter of type bool*

Product Availability

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

See Also

IHit3D Interface