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.Geometry Property (ArcObjects .NET 10.5 SDK) |
The Geometry of the Feature Element.
[Visual Basic .NET] Public ReadOnly Property Geometry As IGeometry
[C#] public IGeometry Geometry {get;}
[C++]
HRESULT get_Geometry(
IGeometry** Geometry
);
[C++]
Parameters Geometry [out, retval]
Geometry is a parameter of type IGeometry
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.