This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.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