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


IHit3D.Object 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.Object Property
ArcGIS Developer Help

IHit3D.Object Property

The object (feature) that is hit.

[Visual Basic .NET]
Public Property Object As Object
[C#]
public object Object {get; set;}
[C++]
HRESULT get_Object(
  LPUNKNOWN ppObject
);
[C++]
HRESULT putref_Object(
  IUnknown Pointer* ppObject
);
[C++]
Parameters
ppObject [in]

ppObject is a parameter of type IUnknown ppObject [out, retval]
ppObject is a parameter of type IUnknown*

Product Availability

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

See Also

IHit3D Interface