Method AddFeatureAsync
AddFeatureAsync(Feature)
Asynchronously adds new Feature to the table.
Declaration
public Task AddFeatureAsync(Feature feature)
Parameters
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous add feature operation. |
Remarks
Adding a feature that contains a Geometry causes the geometry
to become simplified. This may change a single part geometry to a multipart geometry,
or round off X, Y, Z, and M coordinate values that are above the resolution set by the
Spatial
Adding a feature to a Geodatabase
Exceptions
Type | Condition |
---|---|
System. |
feature |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
Relevant samples
Create, delete, and update features: Add, delete, and update features (geometry and attributes) in a feature layer.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.