Class GroupTemplateDefinition
Defines how a primary feature and its feature parts are created from a group template.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GroupTemplateDefinition : TemplateDefinition
Remarks
Features created from this template are placed relative to the first item in the Parts.
Utility associations are also created for the features if they are part of a utility network and
CanCreateUtilityAssociations is true.
Properties
| Name | Description |
|---|---|
| CanCreateUtilityAssociations | Gets a value indicating whether utility associations are created for the features in this group template. |
| Parts | Gets the collection of feature parts to create with the primary feature. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |