updateFeature

suspend fun updateFeature(feature: ArcGISFeature): Result<Unit>

Updates a feature in the table. Use SubtypeSubtable.allowsEditing to determine if this operation is allowed.

Return

A Result that has no return value.

Since

200.7.0

Parameters

feature

The feature.