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


IFeatureConnect.ConnectionPointName 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.ConnectionPointName Property
ArcGIS Developer Help

IFeatureConnect.ConnectionPointName Property

The name of the specified connection point.

[Visual Basic .NET]
Public Function get_ConnectionPointName ( _
    ByVal connectionPointIndex As Integer _
) As String
[C#]
public string get_ConnectionPointName (
    int connectionPointIndex
);
[C++]
HRESULT get_ConnectionPointName(
  long connectionPointIndex,
  System.String* Name
);
[C++]
Parameters
connectionPointIndex [in]

connectionPointIndex is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR*

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