UtilityNetworkAssociationType

AMD: require(["esri/popup/support/UtilityNetworkAssociationType"], (UtilityNetworkAssociationType) => { /* code goes here */ });
ESM: import UtilityNetworkAssociationType from "@arcgis/core/popup/support/UtilityNetworkAssociationType.js";
Object: esri/popup/support/UtilityNetworkAssociationType
Since: ArcGIS Maps SDK for JavaScript 4.31
beta

Property Overview

Name Type Summary Object

This property is used to filter the associations by asset group.

UtilityNetworkAssociationType

This property is used to filter the associations by asset type.

UtilityNetworkAssociationType

This property is used to filter the associations by network sourceId.

UtilityNetworkAssociationType

The description for the type of association in the list of association types on the popup.

UtilityNetworkAssociationType

Triggers viewModel to query the proper features when a specific type of association is selected from the list.

UtilityNetworkAssociationType

The title for the type of association in the list of association types on the popup.

UtilityNetworkAssociationType

The type of association.

UtilityNetworkAssociationType

Property Details

associatedAssetGroup

Property
associatedAssetGroup Number

This property is used to filter the associations by asset group. In order for this filter to work a value must be assigned to associatedNetworkSourceId.

associatedAssetType

Property
associatedAssetType Number

This property is used to filter the associations by asset type. In order for this filter to work a value must be assigned to associatedAssetGroup and associatedNetworkSourceId.

associatedNetworkSourceId

Property
associatedNetworkSourceId Number

This property is used to filter the associations by network sourceId.

description

Property
description String

The description for the type of association in the list of association types on the popup.

open

Property
open Boolean

Triggers viewModel to query the proper features when a specific type of association is selected from the list.

title

Property
title String

The title for the type of association in the list of association types on the popup. Users are able to change the display titles of the association type header in their list of association types. For example, the header Contents could be changed to Cont. or the header Connectivity could be changed to MyConnectivity.

type

Property
type String

The type of association.

Possible Values:"attachment" |"connectivity" |"container" |"content" |"structure"

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