Information about the map service metadata for an ArcGIS Map Service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- defaultVisible : bool
- maxScale : double
- minScale : double
- parentLayerId : string
- parentLayerIdAsInt : int
- serviceType : ArcGISMapServiceSublayerType
- sublayerIds : list<string>
- sublayerIdsAsInts : list<int>
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
The sublayer's parent ID (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also parentLayerIdAsInt.
The same as parentLayerId but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.
The type of data held in the layer on the service.
This property was introduced in Esri.ArcGISRuntime 100.7.
A list of sublayer IDs for this sublayer (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also sublayerIdsAsInts.
The same as sublayerIds but represented as an integer types (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.