This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureConnect Interface > IFeatureConnect.ConnectionPointName Property (ArcObjects .NET 10.5 SDK) |
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
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.