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


IFeatureElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureElement Interface
ArcGIS Developer Help

IFeatureElement Interface

Provides access to members to return feature element properties.

Product Availability

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

Members

Name Description
Read-only property ElementType The Type of Feature Element.
Read-only property Geometry The Geometry of the Feature Element.
Read-only property Owner The Feature that owns the Feature Element.
Read-only property Parent The Parent of the Feature Element.

Classes that implement IFeatureElement

Classes Description

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.