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


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

IFeatureConnect.ConnectionPointByName Property

The specified named connection point.

[Visual Basic .NET]
Public Function get_ConnectionPointByName ( _
    ByVal ConnectionPointName As String _
) As IFeatureElement
[C#]
public IFeatureElement get_ConnectionPointByName (
    string ConnectionPointName
);
[C++]
HRESULT get_ConnectionPointByName(
  BSTR ConnectionPointName,
  IFeatureElement** ConnectionPoint
);
[C++]
Parameters
ConnectionPointName [in]

ConnectionPointName is a parameter of type BSTR 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