A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-synclayeroption.html below:

SyncLayerOption Class | ArcGIS Maps SDK for Qt

Member Function Documentation SyncLayerOption::SyncLayerOption()

Default constructor.

[explicit] SyncLayerOption::SyncLayerOption(qint64 layerId)

Constructor using a layer ID.

SyncLayerOption::SyncLayerOption(qint64 layerId, Esri::ArcGISRuntime::SyncDirection syncDirection)

Constructor using a layer ID and an option for direction in which to sync data with the service.

SyncLayerOption::SyncLayerOption(const Esri::ArcGISRuntime::SyncLayerOption &other)

Copy constructor from other SyncLayerOption.

[noexcept] SyncLayerOption::SyncLayerOption(Esri::ArcGISRuntime::SyncLayerOption &&other)

Move constructor from other SyncLayerOption.

[noexcept] SyncLayerOption::~SyncLayerOption()

Destructor.

[since Esri::ArcGISRuntime 200.1] Esri::ArcGISRuntime::SyncLayerOption SyncLayerOption::clone() const

Clones and returns the SyncLayerOption to a new instance.

Returns a new instance of the current SyncLayerOption.

This function was introduced in Esri::ArcGISRuntime 200.1.

bool SyncLayerOption::isEmpty() const

Returns whether this SyncLayerOption is empty.

If SyncLayerOption is empty, it is not possible to change properties.

qint64 SyncLayerOption::layerId() const

Returns the layer or table Id to specify the SyncDirection.

The Id must match a table of layer Id in the synchronized geodatabase.

See also setLayerId().

void SyncLayerOption::setLayerId(qint64 layerOrTableId)

Sets the ID of the layer or table for which these options are defined.

The default value is -1 if SyncLayerOption is empty or 0 if it is not empty.

See also layerId().

void SyncLayerOption::setSyncDirection(Esri::ArcGISRuntime::SyncDirection syncDirection)

Sets the direction in which to sync the layer's data with the service.

The default value is SyncDirection::None if SyncLayerOption is empty or SyncDirection::Bidirectional if it is not empty.

See also syncDirection().

Esri::ArcGISRuntime::SyncDirection SyncLayerOption::syncDirection() const

Returns the synchronization direction for the specified layer or table Id.

The default value is SyncDirection::Bidirectional.

See also setSyncDirection().

[noexcept] Esri::ArcGISRuntime::SyncLayerOption &SyncLayerOption::operator=(Esri::ArcGISRuntime::SyncLayerOption &&other)

Move operator from other SyncLayerOption.

Esri::ArcGISRuntime::SyncLayerOption &SyncLayerOption::operator=(const Esri::ArcGISRuntime::SyncLayerOption &other)

Assignment operator from other SyncLayerOption.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4