MapServiceLayerIdInfo QML Type

  • Esri.ArcGISRuntime
  • MapServiceLayerIdInfo
  • An object that represents the sub layer metadata for a Map service. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    IdInfo

    Properties

    Detailed Description

    The MapServiceLayerIdInfo class is derived from the IdInfo class.

    Note: You cannot declare or create a component of this type in QML code.

    See also ArcGISMapServiceInfo::layerInfos.

    Property Documentation

    [read-only] defaultVisible : bool

    Returns whether the sublayer is visible by default (read-only).

    The sublayer default visibility. Will return false if an error occurs.


    [read-only] maxScale : double

    The sublayer's max scale (read-only).

    The sublayer max scale. Will return NaN if an error occurs.


    [read-only] minScale : double

    The sublayer's min scale (read-only).

    The sublayer min scale. Will return NaN if an error occurs.


    [read-only] parentLayerId : string

    The sublayer's parent ID (read-only).

    The sublayer parent id. Will return -1 if an error occurs or if the sublayer has no parent.

    Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

    See also parentLayerIdAsInt.


    [read-only, 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.


    [read-only, 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.


    [read-only] 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.


    [read-only, 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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.