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


IHit3DSet.Hits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

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 [out, retval]
ppHits is a parameter of type IArray ppHits [in]
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