public interface IBaseNetworkAssociation2 extends IBaseNetworkAssociation, java.io.Serializable
Description: 'Provides access to members that specify the properties of a base network association.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID366148e8_8c89_4125_8e6e_568bc7395be1 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDdd3788d4_7622_4ec4_9ffc_5f97673d5405
Modifier and Type | Method and Description |
---|---|
void |
deleteAssociations(IArray associations)
Deletes associations from associations table and foreign keys.
|
void |
deleteConnectivityAssociation(IAssociationObject association)
Deletes connectivity rows from the associations table and foreign keys.
|
void |
deleteContainmentAssociation(IAssociationObject association)
Deletes a containment row from the associations table and foreign keys.
|
addConnectivityAssociation, addContainmentAssociation, deleteAssociations, deleteConnectivityAssociation, deleteContainmentAssociation, queryAssociations, synthesizeAssociationGeometries, traverseAssociations, updateAssociation
static final int IID366148e8_8c89_4125_8e6e_568bc7395be1
static final int xxDummy
static final java.lang.String IID
void deleteConnectivityAssociation(IAssociationObject association) throws java.io.IOException, AutomationException
association
- A reference to a com.esri.arcgis.geodatabase.IAssociationObject (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteContainmentAssociation(IAssociationObject association) throws java.io.IOException, AutomationException
association
- A reference to a com.esri.arcgis.geodatabase.IAssociationObject (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAssociations(IArray associations) throws java.io.IOException, AutomationException
associations
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.