com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureLinkerEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureLinkerEditProxy, SchematicLinker

public interface ISchematicInMemoryFeatureLinkerEdit
extends java.io.Serializable

COM Interface 'ISchematicInMemoryFeatureLinkerEdit'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the association between schematic features and their associated objects.' 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 IID80819812_db94_4235_b6f2_85a54cf86d17
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void associate(ISchematicInMemoryFeature inMemoryFeature, IObject object)
          Associates the specified schematic feature with the specified object.
 void dissociate(ISchematicInMemoryFeature inMemoryFeature, IObject object)
          Dissociates the specified schematic feature with the specified object.
 void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature, ISchematicInMemoryFeature toInMemoryFeature)
          Reports associations from one schematic feature to another one.
 

Field Detail

IID80819812_db94_4235_b6f2_85a54cf86d17

static final int IID80819812_db94_4235_b6f2_85a54cf86d17
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reportAssociations

void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
                        ISchematicInMemoryFeature toInMemoryFeature)
                        throws java.io.IOException,
                               AutomationException
Reports associations from one schematic feature to another one.

Parameters:
fromInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
toInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

associate

void associate(ISchematicInMemoryFeature inMemoryFeature,
               IObject object)
               throws java.io.IOException,
                      AutomationException
Associates the specified schematic feature with the specified object.

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

dissociate

void dissociate(ISchematicInMemoryFeature inMemoryFeature,
                IObject object)
                throws java.io.IOException,
                       AutomationException
Dissociates the specified schematic feature with the specified object.

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