IUtilityNetworkQueryAssociation Interface

Provides access to members that supply utility network query association information.

Members

Name Description
Read-only property AttachedFeatures Returns the attached object EIDs for the given structure EID.
Read-only property Containers Returns the container EIDs for the given contained object EID.
Read-only property Contents Returns the contained object EIDs for the given container EID.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close