com.esri.arcgis.schematic
Interface ISchematicInMemoryFeaturePrimaryAssociation

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeaturePrimaryAssociationProxy, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink

public interface ISchematicInMemoryFeaturePrimaryAssociation
extends Serializable

Provides access to members that control the schematic in memory feature primary association.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getDataSourceID

int getDataSourceID()
                    throws IOException,
                           AutomationException
Data source ID related to the schematic in memory feature primary assocation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectClassID

int getObjectClassID()
                     throws IOException,
                            AutomationException
Class ID related to the schematic in memory feature primary assocation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectID

int getObjectID()
                throws IOException,
                       AutomationException
Object ID related to the schematic in memory feature primary assocation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectSubID

int getObjectSubID()
                   throws IOException,
                          AutomationException
SUBID related to the schematic in memory feature primary assocation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectGUID

String getObjectGUID()
                     throws IOException,
                            AutomationException
GUID related to the schematic in memory feature primary assocation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The gUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedObject

IObject getAssociatedObject()
                            throws IOException,
                                   AutomationException
Associated object if exist.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedObjectClass

IObjectClass getAssociatedObjectClass()
                                      throws IOException,
                                             AutomationException
Associated object class if exist.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IObjectClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAssociatedWorkspace

IWorkspace getAssociatedWorkspace()
                                  throws IOException,
                                         AutomationException
Associated workspace if exist.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

associate

void associate(IObject object)
               throws IOException,
                      AutomationException
Associate the schematic in memory feature primary assocation to the object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.