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,
BSTR* 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.