MapServiceLayerIdInfo QML Type
Information about the map service metadata for an ArcGIS Map Service. More...
Import Statement: | import Esri.ArcGISRuntime |
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
defaultVisible : bool |
Returns whether the sublayer is visible by default (read-only).
maxScale : double |
The sublayer's max scale (read-only).
minScale : double |
The sublayer's min scale (read-only).
parentLayerId : string |
The sublayer's parent ID (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also parentLayerIdAsInt.
[since Esri.ArcGISRuntime 100.3] parentLayerIdAsInt : int |
The same as parentLayerId but represented as an integer type (read-only).
Note: The underlying 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.
[since Esri.ArcGISRuntime 100.7] serviceType : ArcGISMapServiceSublayerType |
The type of data held in the layer on the service.
This property was introduced in Esri.ArcGISRuntime 100.7.
sublayerIds : list<string> |
A list of sublayer IDs for this sublayer (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also sublayerIdsAsInts.
[since Esri.ArcGISRuntime 100.3] sublayerIdsAsInts : list<int> |
The same as sublayerIds but represented as an integer types (read-only).
Note: The underlying 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.