Interface ISharedTemplateSource
Interface to support querying for shared templates and creating features with shared templates.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public interface ISharedTemplateSource
Methods
| Name | Description |
|---|---|
| AddFeaturesAsync(SharedTemplateFeatureCreationSet, CancellationToken) | Adds a set of features created from a shared template to the database. |
| CreateFeaturesAsync(SharedTemplate, Geometry?, CancellationToken) | Creates a set of features based on the specified shared template and geometry. |
| QuerySharedTemplatesAsync(SharedTemplateQueryParameters?, CancellationToken) | Queries the database for shared templates. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |