Class FeatureTemplateDefinition
Provides the definition on how a primary feature and its related records are created from a shared feature template.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureTemplateDefinition : TemplateDefinition
Remarks
Features created from this template have pre-defined set of attributes.
Related records are also created with the primary feature for every FeatureTemplateRelationship in the Relationships.
Properties
| Name | Description |
|---|---|
| DefaultValues | Gets the attribute values for the primary feature. |
| Relationships | Gets the collection of relationships to create with the primary feature. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |