ArcObjects Library Reference (Carto)  

IDynamicHit.Object Property

The object 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(
  LPUNKNOWN ppObject
);
[C++]

Parameters

ppObject [out, retval]   ppObject is a parameter of type LPUNKNOWN ppObject [in]   ppObject is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicHit Interface