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