Provides access to members to return 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. |
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.