com.esri.arcgis.schematic
Interface ISchematicRelationControllerEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRelationControllerEditProxy, SchematicRelationController

public interface ISchematicRelationControllerEdit
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic relation controller editing.' 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 IID274c2518_e644_4421_984f_087f3fa435c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createRelation(ISchematicInMemoryFeature inMemoryChild, ISchematicInMemoryFeature inMemoryParent)
          Creates a schematic relation between the specified child feature and the specified parent.
 void deleteRelation(ISchematicInMemoryFeature inMemoryChild)
          Deletes the schematic relation defined for the specified child schematic feature.
 

Field Detail

IID274c2518_e644_4421_984f_087f3fa435c6

static final int IID274c2518_e644_4421_984f_087f3fa435c6
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

createRelation

void createRelation(ISchematicInMemoryFeature inMemoryChild,
                    ISchematicInMemoryFeature inMemoryParent)
                    throws java.io.IOException,
                           AutomationException
Creates a schematic relation between the specified child feature and the specified parent.

Parameters:
inMemoryChild - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
inMemoryParent - 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.

deleteRelation

void deleteRelation(ISchematicInMemoryFeature inMemoryChild)
                    throws java.io.IOException,
                           AutomationException
Deletes the schematic relation defined for the specified child schematic feature.

Parameters:
inMemoryChild - 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.