This document is archived and information here might be outdated. Recommended version. |
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(
IUnknown Pointer* ppOwner
);
[C++] Parameters ppOwner [in]
ppOwner is a parameter of type IUnknown ppOwner [out, retval]
ppOwner is a parameter of type IUnknown*