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


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

IHit3DSet.Hits Property

The array of hits.

[Visual Basic .NET]
Public Property Hits As IArray
[C#]
public IArray Hits {get; set;}
[C++]
HRESULT get_Hits(
  IArray* ppHits
);
[C++]
HRESULT putref_Hits(
  IArray** ppHits
);
[C++]
Parameters
ppHits [in]

ppHits is a parameter of type IArray* ppHits [out, retval]
ppHits is a parameter of type IArray**

Product Availability

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

See Also

IHit3DSet Interface