IFeatureElementEdit Interface

Provides access to members for setting feature element properties.

Members

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

IFeatureElementEdit.ElementType Property

The Type of Feature Element.

Public WriteOnly Property ElementType
public void ElementType {set;}

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.

IFeatureElementEdit.Geometry Property

The Geometry of the Feature Element.

Public WriteOnly Property Geometry
public void Geometry {set;}

IFeatureElementEdit.Owner Property

The Feature that owns the Feature Element.

Public WriteOnly Property Owner
public void Owner {set;}

IFeatureElementEdit.Parent Property

The Parent of the Feature Element.

Public WriteOnly Property Parent
public void Parent {set;}

Classes that implement IFeatureElementEdit

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.