The following members of class ArcGISSceneLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri::ArcGISRuntime::TaskWatcher | selectedFeatures() |
Signals
(deprecated) void | selectedFeaturesCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult) |
Member Function Documentation
[since Esri::ArcGISRuntime 100.3]
Esri::ArcGISRuntime::TaskWatcher ArcGISSceneLayer::selectedFeatures ()
This function is deprecated. We strongly advise against using it in new code.
Launches a task to retrieve a collection of selected features, and returns a TaskWatcher for the asynchronous task.
This function was introduced in Esri::ArcGISRuntime 100.3.
[signal, since Esri::ArcGISRuntime 100.3]
void ArcGISSceneLayer::selectedFeaturesCompleted (const QUuid &taskId , Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the current selected features have been determined.
- taskId - The task ID for the asynchronous operation.
- featureQueryResult - A feature query result containing an iterator pointing to the selected features.
The returned FeatureQueryResult object has the ArcGISSceneLayer as its parent.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also Returned QObjects Parenting.