public interface IFeatureConnect
extends java.io.Serializable
Description: 'Provides access to members that expose connector points and connection points.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa175835a_c4fa_11d1_aea9_0000f80372b4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFeatureElement |
getConnectionPoint(int connectionPointIndex)
The specified connection point.
|
IFeatureElement |
getConnectionPointByName(java.lang.String connectionPointName)
The specified named connection point.
|
int |
getConnectionPointCount()
The number of connection points associated with the Feature.
|
java.lang.String |
getConnectionPointName(int connectionPointIndex)
The name of the specified connection point.
|
static final int IIDa175835a_c4fa_11d1_aea9_0000f80372b4
static final int xxDummy
static final java.lang.String IID
int getConnectionPointCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureElement getConnectionPoint(int connectionPointIndex) throws java.io.IOException, AutomationException
connectionPointIndex
- The connectionPointIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getConnectionPointName(int connectionPointIndex) throws java.io.IOException, AutomationException
connectionPointIndex
- The connectionPointIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureElement getConnectionPointByName(java.lang.String connectionPointName) throws java.io.IOException, AutomationException
connectionPointName
- The connectionPointName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.