|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicElementAssociation
COM Interface 'ISchematicElementAssociation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that control the schematic element association.' 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 |
IID4f428118_5fa1_46c9_a664_81d6af46a8a0
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
alterAssociation(int dataSourceID,
int uCID,
int uOID,
int uSUBID,
java.lang.String uGUID)
Changes the schematic element association. |
void |
deleteAssociation()
Deletes the schematic element association. |
int |
getDataSourceID()
Data source ID related to the schematic element assocation. |
int |
getElementID()
ID of the schematic element related to the association. |
int |
getID()
ID of the schematic association. |
ISchematicElement |
getSchematicElement()
Schematic element related to the association. |
int |
getUCID()
Class ID related to the schematic element assocation. |
java.lang.String |
getUGUID()
GUID related to the schematic element assocation. |
int |
getUOID()
Object ID related to the schematic element assocation. |
int |
getUSUBID()
SUBID related to the schematic element assocation. |
void |
setDataSourceID(int iD)
Data source ID related to the schematic element assocation. |
Field Detail |
---|
static final int IID4f428118_5fa1_46c9_a664_81d6af46a8a0
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISchematicElement getSchematicElement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDataSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUCID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUSUBID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getUGUID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alterAssociation(int dataSourceID, int uCID, int uOID, int uSUBID, java.lang.String uGUID) throws java.io.IOException, AutomationException
dataSourceID
- The dataSourceID (in)uCID
- The uCID (in)uOID
- The uOID (in)uSUBID
- The uSUBID (in)uGUID
- The uGUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAssociation() throws java.io.IOException, AutomationException
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 |