IFeatureElement Interface

Provides access to members to return feature element properties.

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.

IFeatureElement.ElementType Property

The Type of Feature Element.

Public ReadOnly Property ElementType As esriFeatureElementType
public esriFeatureElementType ElementType {get;}

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.

IFeatureElement.Geometry Property

The Geometry of the Feature Element.

Public ReadOnly Property Geometry As IGeometry
public IGeometry Geometry {get;}

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.

IFeatureElement.Owner Property

The Feature that owns the Feature Element.

Public ReadOnly Property Owner As IFeature
public IFeature Owner {get;}

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.

IFeatureElement.Parent Property

The Parent of the Feature Element.

Public ReadOnly Property Parent As IFeatureElement
public IFeatureElement Parent {get;}

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.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.