This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.ExactHit Property (ArcObjects .NET 10.4 SDK) |
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