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


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

IFeatureConnect.ConnectionPoint Property

The specified connection point.

[Visual Basic .NET]
Public Function get_ConnectionPoint ( _
    ByVal connectionPointIndex As Integer _
) As IFeatureElement
[C#]
public IFeatureElement get_ConnectionPoint (
    int connectionPointIndex
);
[C++]
HRESULT get_ConnectionPoint(
  long connectionPointIndex,
  IFeatureElement** ConnectionPoint
);
[C++]
Parameters
connectionPointIndex [in]

connectionPointIndex is a parameter of type long ConnectionPoint [out, retval]
ConnectionPoint is a parameter of type IFeatureElement**

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

IFeatureConnect Interface