TransportationNetworkDataset QML Type
A transportation network dataset. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- alias : string
- geodatabase : Geodatabase
- geodatabaseDatasetType : Enums.GeodatabaseDatasetType
- name : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Represents a transportation network dataset in a mobile geodatabase (a .geodatabase
file).
Property Documentation
alias : string |
Returns the user-friendly name of the dataset (read-only).
geodatabase : Geodatabase |
Returns the geodatabase within which the dataset resides (read-only).
geodatabaseDatasetType : Enums.GeodatabaseDatasetType |
Returns the type of the geodatabase dataset (read-only).
See also Enums.GeodatabaseDatasetType.
name : string |
Returns the name of the dataset (read-only).