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


IDynamicHit.Object Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicHit Interface > IDynamicHit.Object Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppObject
);
[C++]
HRESULT putref_Object(
  LPUNKNOWN ppObject
);
[C++]
Parameters
ppObject [out, retval]

ppObject is a parameter of type IUnknown* ppObject [in]
ppObject is a parameter of type IUnknown

Product Availability

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

See Also

IDynamicHit Interface