|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureConnect
COM Interface 'IFeatureConnect'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa175835a_c4fa_11d1_aea9_0000f80372b4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDa175835a_c4fa_11d1_aea9_0000f80372b4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |