|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicConnection
Provides access to members that manage the schematic connection.
Method Summary | |
---|---|
String |
getCLSID()
The CLSID of the schematic connection. |
String |
getDescription()
The description of the schematic connection. |
String |
getInitString()
String used to initialize the schematic connection. |
Object |
getObject()
Encapsulated object of the schematic connection. |
int |
getState()
The schematic connection state of the schematic connection. |
void |
open()
Opens the schematic connection. |
void |
setInitString(String initString)
String used to initialize the schematic connection. |
void |
setObjectByRef(Object object)
Encapsulated object of the schematic connection. |
Method Detail |
---|
Object getObject() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(Object object) throws IOException, AutomationException
object
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInitString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitString(String initString) throws IOException, AutomationException
initString
- The initString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getState() 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 |