Provides access to members that supply utility network query association information.
Members
| Name | Description | |
|---|---|---|
![]() |
AttachedFeatures | Returns the attached object EIDs for the given structure EID. |
![]() |
Containers | Returns the container EIDs for the given contained object EID. |
![]() |
Contents | Returns the contained object EIDs for the given container EID. |
![]() |
Structures | Returns the structure EIDs for the given attached object EID. |
IUtilityNetworkQueryAssociation.AttachedFeatures Property
Returns the attached object EIDs for the given structure EID.
Public Sub AttachedFeatures ( _
    ByVal ElementType As esriElementType, _
    ByVal structureEID As Long, _
    ByRef attachedFeatureEIDs As Object, _
    ByRef attachedFeatureElementTypes As Object _
)
public void AttachedFeatures (
    esriElementType ElementType,
    long structureEID,
    ref object attachedFeatureEIDs,
    ref object attachedFeatureElementTypes
);
IUtilityNetworkQueryAssociation.Containers Property
Returns the container EIDs for the given contained object EID.
Public Sub Containers ( _
    ByVal ElementType As esriElementType, _
    ByVal contentEID As Long, _
    ByRef containerEIDs As Object, _
    ByRef containerElementTypes As Object _
)
public void Containers (
    esriElementType ElementType,
    long contentEID,
    ref object containerEIDs,
    ref object containerElementTypes
);
IUtilityNetworkQueryAssociation.Contents Property
Returns the contained object EIDs for the given container EID.
Public Sub Contents ( _
    ByVal ElementType As esriElementType, _
    ByVal containerEID As Long, _
    ByRef contentEIDs As Object, _
    ByRef contentElementTypes As Object _
)
public void Contents (
    esriElementType ElementType,
    long containerEID,
    ref object contentEIDs,
    ref object contentElementTypes
);
IUtilityNetworkQueryAssociation.Structures Property
Returns the structure EIDs for the given attached object EID.
Public Sub Structures ( _
    ByVal ElementType As esriElementType, _
    ByVal attachedEID As Long, _
    ByRef structureEIDs As Object, _
    ByRef structureElementTypes As Object _
)
public void Structures (
    esriElementType ElementType,
    long attachedEID,
    ref object structureEIDs,
    ref object structureElementTypes
);
Classes that implement IUtilityNetworkQueryAssociation
| Classes | Description |
|---|
