Provides access to members that expose connector points and connection points.
Members
Name | Description | |
---|---|---|
ConnectionPoint | The specified connection point. | |
ConnectionPointByName | The specified named connection point. | |
ConnectionPointCount | The number of connection points associated with the Feature. | |
ConnectionPointName | The name of the specified connection point. |
IFeatureConnect.ConnectionPoint Property
The specified connection point.
Public Function get_ConnectionPoint ( _
ByVal connectionPointIndex As Integer _
) As IFeatureElement
public IFeatureElement get_ConnectionPoint (
int connectionPointIndex
);
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.
IFeatureConnect.ConnectionPointByName Property
The specified named connection point.
Public Function get_ConnectionPointByName ( _
ByVal ConnectionPointName As String _
) As IFeatureElement
public IFeatureElement get_ConnectionPointByName (
string ConnectionPointName
);
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.
IFeatureConnect.ConnectionPointCount Property
The number of connection points associated with the Feature.
Public ReadOnly Property ConnectionPointCount As Integer
public int ConnectionPointCount {get;}
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.
IFeatureConnect.ConnectionPointName Property
The name of the specified connection point.
Public Function get_ConnectionPointName ( _
ByVal connectionPointIndex As Integer _
) As String
public string get_ConnectionPointName (
int connectionPointIndex
);
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.
Classes that implement IFeatureConnect
Classes | Description |
---|
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.