addFeature

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

Adds a feature to 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.