|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureConnect
Provides access to members that expose connector points and connection points.
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.
Method Summary | |
---|---|
IFeatureElement |
getConnectionPoint(int connectionPointIndex)
The specified connection point. |
IFeatureElement |
getConnectionPointByName(String connectionPointName)
The specified named connection point. |
int |
getConnectionPointCount()
The number of connection points associated with the Feature. |
String |
getConnectionPointName(int connectionPointIndex)
The name of the specified connection point. |
Method Detail |
---|
int getConnectionPointCount() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureElement getConnectionPoint(int connectionPointIndex) throws IOException, AutomationException
connectionPointIndex
- The connectionPointIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConnectionPointName(int connectionPointIndex) throws IOException, AutomationException
connectionPointIndex
- The connectionPointIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureElement getConnectionPointByName(String connectionPointName) throws IOException, AutomationException
connectionPointName
- The connectionPointName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |