Property Features
Features
Gets the collection of newly created ArcGISFeature objects from the shared template.
Declaration
public IReadOnlyList<ArcGISFeature> Features { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ArcGISFeature> | The collection of newly created ArcGISFeature objects from the shared template. |
Remarks
The features created can belong to different tables within the same database. Use FeatureTable property to determine its corresponding table.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |