ArcObjects Library Reference (Carto)  

IDynamicHit.Owner Property

The owner (layer) that is hit.

[Visual Basic .NET]
Public Property Owner As Object
[C#]
public object Owner {get; set;}
[C++]
HRESULT get_Owner(
  LPUNKNOWN* ppOwner
);
[C++]
HRESULT putref_Owner(
  LPUNKNOWN ppOwner
);
[C++]

Parameters

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

Product Availability

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

See Also

IDynamicHit Interface