This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicHit Interface > IDynamicHit.Owner Property (ArcObjects .NET 10.5 SDK) |
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