This document is archived and information here might be outdated.  Recommended version.


IFeatureElementEdit.ElementType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureElementEdit Interface > IFeatureElementEdit.ElementType Property
ArcGIS Developer Help

IFeatureElementEdit.ElementType Property

The Type of Feature Element.

[Visual Basic .NET]
Public WriteOnly Property ElementType
[C#]
public void ElementType {set;}
[C++]
HRESULT put_ElementType(
  esriFeatureElementType 
);
[C++]
Parameters
 [in]

is a parameter of type esriFeatureElementType

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