ArcObjects Library Reference (GeoDatabase)  

IFeatureElementEdit.Parent Property

The Parent of the Feature Element.

[Visual Basic .NET]
Public WriteOnly Property Parent
[C#]
public void Parent {set;}
[C++]
HRESULT putref_Parent(
  IFeatureElement* 
);
[C++]

Parameters

[in]

   is a parameter of type IFeatureElement

Product Availability

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

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.

See Also

IFeatureElementEdit Interface