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


IHit3D.ExactHit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.ExactHit Property
ArcGIS Developer Help

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