Provides access to members for setting feature element properties.
Members
Name | Description | |
---|---|---|
ElementType | The Type of Feature Element. | |
Geometry | The Geometry of the Feature Element. | |
Owner | The Feature that owns the Feature Element. | |
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.