transportationNetworks property
A collection of transportation network datasets defined for the map or scene.
Map and scene authors can use ArcGIS Pro to create mobile map or scene
packages that include transportation networks. If the map or scene is
created from one of these packages, this collection will be populated with
a read-only collection of TransportationNetworkDataset
objects.
A TransportationNetworkDataset
from this collection can be used to
construct one of the network analysis tasks (such as RouteTask,
ServiceAreaTask, and ClosestFacilityTask).
Implementation
List<TransportationNetworkDataset> get transportationNetworks =>
_transportationNetworks.value;