public interface IUtilityNetworkAssociation
extends java.io.Serializable
Description: 'Provides access to modifying a utility 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 |
IIDc8934f95_e1e8_4b90_b234_902958432ce9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
long |
addStructuralAttachmentAssociation(GUID assignGlobalID,
int structureSourceID,
GUID structureGlobalID,
int attachmentSourceID,
GUID attachmentGlobalID)
Adds an attachment row to the associations table.
|
void |
deleteStructuralAttachmentAssociation(GUID associationGlobalID)
Deletes an attachment row from the associations table.
|
void |
invertContentVisibility(IStringArray associationGlobalIDs)
Toggle the visibility status for the container content.
|
void |
setContentVisibility(GUID associationGlobalID,
boolean makeVisible)
Sets the visibility status for the container content.
|
static final int IIDc8934f95_e1e8_4b90_b234_902958432ce9
static final int xxDummy
static final java.lang.String IID
long addStructuralAttachmentAssociation(GUID assignGlobalID, int structureSourceID, GUID structureGlobalID, int attachmentSourceID, GUID attachmentGlobalID) throws java.io.IOException, AutomationException
assignGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)structureSourceID
- The structureSourceID (in)structureGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)attachmentSourceID
- The attachmentSourceID (in)attachmentGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteStructuralAttachmentAssociation(GUID associationGlobalID) throws java.io.IOException, AutomationException
associationGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setContentVisibility(GUID associationGlobalID, boolean makeVisible) throws java.io.IOException, AutomationException
associationGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)makeVisible
- The makeVisible (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void invertContentVisibility(IStringArray associationGlobalIDs) throws java.io.IOException, AutomationException
associationGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.