|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeaturePrimaryAssociation
Provides access to members that control the schematic in memory feature primary association.
Method Summary | |
---|---|
void |
associate(IObject object)
Associate the schematic in memory feature primary assocation to the object. |
IObject |
getAssociatedObject()
Associated object if exist. |
IObjectClass |
getAssociatedObjectClass()
Associated object class if exist. |
IWorkspace |
getAssociatedWorkspace()
Associated workspace if exist. |
int |
getDataSourceID()
Data source ID related to the schematic in memory feature primary assocation. |
int |
getObjectClassID()
Class ID related to the schematic in memory feature primary assocation. |
String |
getObjectGUID()
GUID related to the schematic in memory feature primary assocation. |
int |
getObjectID()
Object ID related to the schematic in memory feature primary assocation. |
int |
getObjectSubID()
SUBID related to the schematic in memory feature primary assocation. |
Method Detail |
---|
int getDataSourceID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectSubID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getObjectGUID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IObject getAssociatedObject() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IObjectClass getAssociatedObjectClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWorkspace getAssociatedWorkspace() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void associate(IObject object) throws IOException, AutomationException
object
- A reference to a com.esri.arcgis.geodatabase.IObject (in)
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 |