ArcObjects Library Reference (GeoDatabase)  

IFeatureElement.Owner Property

The Feature that owns the Feature Element.

[Visual Basic .NET]
Public ReadOnly Property Owner As IFeature
[C#]
public IFeature Owner {get;}
[C++]
HRESULT get_Owner(
  IFeature** Feature
);
[C++]

Parameters

Feature [out, retval]

  Feature is a parameter of type IFeature

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.

See Also

IFeatureElement Interface