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


IHit3D.Owner Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IHit3D.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. Requires 3D Analyst Extension.

See Also

IHit3D Interface