public interface IUtilityNetworkQueryAssociation
extends java.io.Serializable
Description: 'Provides access to members that supply utility network query association information.' 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 |
IID51b3f4f7_b1b8_4a84_b70f_562da58c64a1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getAttachedFeatures(int elementType,
long structureEID,
java.lang.Object[] attachedFeatureEIDs,
java.lang.Object[] attachedFeatureElementTypes)
Returns the attached object EIDs for the given structure EID.
|
void |
getContainers(int elementType,
long contentEID,
java.lang.Object[] containerEIDs,
java.lang.Object[] containerElementTypes)
Returns the container EIDs for the given contained object EID.
|
void |
getContents(int elementType,
long containerEID,
java.lang.Object[] contentEIDs,
java.lang.Object[] contentElementTypes)
Returns the contained object EIDs for the given container EID.
|
void |
getStructures(int elementType,
long attachedEID,
java.lang.Object[] structureEIDs,
java.lang.Object[] structureElementTypes)
Returns the structure EIDs for the given attached object EID.
|
static final int IID51b3f4f7_b1b8_4a84_b70f_562da58c64a1
static final int xxDummy
static final java.lang.String IID
void getContents(int elementType, long containerEID, java.lang.Object[] contentEIDs, java.lang.Object[] contentElementTypes) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)containerEID
- Signed 64-bit int (in)contentEIDs
- A Variant (out: use single element array)contentElementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getContainers(int elementType, long contentEID, java.lang.Object[] containerEIDs, java.lang.Object[] containerElementTypes) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)contentEID
- Signed 64-bit int (in)containerEIDs
- A Variant (out: use single element array)containerElementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAttachedFeatures(int elementType, long structureEID, java.lang.Object[] attachedFeatureEIDs, java.lang.Object[] attachedFeatureElementTypes) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)structureEID
- Signed 64-bit int (in)attachedFeatureEIDs
- A Variant (out: use single element array)attachedFeatureElementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getStructures(int elementType, long attachedEID, java.lang.Object[] structureEIDs, java.lang.Object[] structureElementTypes) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)attachedEID
- Signed 64-bit int (in)structureEIDs
- A Variant (out: use single element array)structureElementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.