This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureElement Interface > IFeatureElement.ElementType Property (ArcObjects .NET 10.5 SDK) |
The Type of Feature Element.
[Visual Basic .NET] Public ReadOnly Property ElementType As esriFeatureElementType
[C#] public esriFeatureElementType ElementType {get;}
[C++]
HRESULT get_ElementType(
esriFeatureElementType* Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type esriFeatureElementType
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.