This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.GeometryForEdgeElement Property (ArcObjects .NET 10.5 SDK) |
The geometry corresponding to the element with the given subID.
[Visual Basic .NET] Public Function get_GeometryForEdgeElement ( _ ByVal subID As Integer _ ) As IGeometry
[C#] public IGeometry get_GeometryForEdgeElement ( int subID );
[C++]
HRESULT get_GeometryForEdgeElement(
long subID,
IGeometry** Geometry
);
[C++]
Parameters subID [in] subID is a parameter of type long 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 class extensions.