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


IHit3D.ExactHit Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL hit
);
[C++]

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

Product Availability

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

See Also

IHit3D Interface