GenerateGeodatabaseParametersDictionary QML Type

OfflineMapParametersKey to GenerateGeodatabaseParameters."> GenerateGeodatabaseParametersDictionary QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • GenerateGeodatabaseParametersDictionary
  • A dictionary containing key/value pairs of OfflineMapParametersKey to GenerateGeodatabaseParameters. More...

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

    Object

    Properties

    Signals

    Methods

    • bool contains(OfflineMapParametersKey key)
    • void insert(OfflineMapParametersKey key, GenerateGeodatabaseParameters value)
    • OfflineMapParametersKey keyAt(int index)
    • bool remove(OfflineMapParametersKey key)
    • GenerateGeodatabaseParameters value(OfflineMapParametersKey key)

    Detailed Description

    The dictionary is used to set service specific parameters as part of a GenerateOfflineMapParameterOverrides object.

    Property Documentation

    [read-only] count : int

    The number of key/value pairs in the dictionary (read-only).


    Signal Documentation

    countChanged()

    Emitted when the count property changes.

    Note: The corresponding handler is onCountChanged.


    Method Documentation

    bool contains(OfflineMapParametersKey key)

    Returns whether the specified key is within the dictionary.


    Inserts the specified key, value pair into the dictionary.

    If the key is already present, this will overwrite the associated value.


    OfflineMapParametersKey keyAt(int index)

    Returns the key object at the specified index.

    Returns null if the index is out of bounds.


    bool remove(OfflineMapParametersKey key)

    Removes the specified key from the dictionary.

    Returns true if the key was found, false if not.


    Returns the GenerateGeodatabaseParameters value associated with the given key.

    Returns null if the key is not found.


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