Class TransportationNetworkDataset
A transportation network dataset of a map or scene stored in a mobile map or scene package.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TransportationNetworkDataset
Remarks
A transportation network, such as a street, pedestrian, or railroad network, models networks that typically permit travel in both directions. Map and scene authors can use ArcGIS Pro to create a mobile map or scene package that includes transportation networks. For more information, see Create a mobile map package or Author an mobile scene package.
If you create a map or scene from one of these packages, you can obtain its TransportationNetworkDataset from the read-only collection of TransportationNetworks. To perform a route, closest facility, or service area network analysis on the transportation network, you construct the respective RouteTask, ClosestFacilityTask, or ServiceAreaTask, using this TransportationNetworkDataset.
Properties
Name | Description |
---|---|
Alias | Gets the alias of the transportation network dataset. |
Geodatabase | Gets the geodatabase from the transportation network dataset. |
Name | Gets the name of the transportation network dataset. |
Type | Gets the type of the transportation network dataset. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |