toggle menu
arcgis-maps-kotlin
200.5.0
androidJvm
switch theme
search in API
arcgis-maps-kotlin
/
com.arcgismaps.data
/
FeatureTable
/
deleteFeatures
delete
Features
suspend
fun
deleteFeatures
(
features
:
Iterable
<
Feature
>
)
:
Result
<
Unit
>
Deletes a collection of features from the table.
Return
A
Result
that has no return value.
Since
200.1.0
See also
Feature
Service
Session
Type