|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicElementAssociation
Provides access to members that control the schematic element association.
| Method Summary | |
|---|---|
void |
alterAssociation(int dataSourceID,
int uCID,
int uOID,
int uSUBID,
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. |
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. |
| Method Detail |
|---|
ISchematicElement getSchematicElement()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getElementID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDataSourceID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataSourceID(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUCID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUOID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUSUBID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUGUID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterAssociation(int dataSourceID,
int uCID,
int uOID,
int uSUBID,
String uGUID)
throws IOException,
AutomationException
dataSourceID - The dataSourceID (in)uCID - The uCID (in)uOID - The uOID (in)uSUBID - The uSUBID (in)uGUID - The uGUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAssociation()
throws IOException,
AutomationException
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 | ||||||||