Select the network diagram's reduced lines from the map

303
1
Jump to solution
04-03-2023 02:28 AM
Labels (1)
tarekgalal
New Contributor

I need to select the network diagram's reduced lines from the map to calculate their length.

A similar build-in tool is network diagram (Apply To Maps), but I need to get them from the Back-end to do some additional operations


A similar build-in feature is network diagram's (Apply To Maps)A similar build-in feature is network diagram's (Apply To Maps)

 

0 Kudos
1 Solution

Accepted Solutions
AnneYvonneBlin
Esri Contributor

Hi @tarekgalal 

Using ArcGIS Pro SDK for .NET, you must work with the FindNetworkRowQuery class (https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75506.html) with the AddAggregations property at True to get all the network features/objects under a network diagram reduced line (or a network diagram collapsed point).

Hopping this helps

Anne-Yvonne

 

View solution in original post

1 Reply
AnneYvonneBlin
Esri Contributor

Hi @tarekgalal 

Using ArcGIS Pro SDK for .NET, you must work with the FindNetworkRowQuery class (https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic75506.html) with the AddAggregations property at True to get all the network features/objects under a network diagram reduced line (or a network diagram collapsed point).

Hopping this helps

Anne-Yvonne