ArcObjects Library Reference (GeoDatabase)  

IComplexJunctionFeature.EdgeFeature Property

The EdgeFeature associated with the specified index value and the indexed connection point.

[Visual Basic .NET]
Public Function get_EdgeFeature ( _
    ByVal connectionPointIndex As Integer, _
    ByVal Index As Integer _
) As IEdgeFeature
[C#]
public IEdgeFeature get_EdgeFeature (
    int connectionPointIndex,
    int Index
);
[C++]
HRESULT get_EdgeFeature(
  long connectionPointIndex,
  long Index,
  IEdgeFeature** EdgeFeature
);
[C++]

Parameters

connectionPointIndex [in]   connectionPointIndex is a parameter of type long Index [in]   Index is a parameter of type long EdgeFeature [out, retval]

  EdgeFeature is a parameter of type IEdgeFeature

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 class extensions.

See Also

IComplexJunctionFeature Interface