Class PresetTemplateDefinition
Defines how a primary feature and its preset features are created from a preset template.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PresetTemplateDefinition : TemplateDefinition
Remarks
Features created from this template come pre-arranged around the Origin with Secondary rotation if specified.
Utility associations are also created for the features if they are part of a utility network and PresetTemplateAssociations is not empty.
Properties
| Name | Description |
|---|---|
| Origin | Gets the point from which PresetTemplateFeatures are arranged. |
| PresetTemplateAssociations | Gets the collection of preset template associations to create with the PresetTemplateFeatures. |
| PresetTemplateFeatures | Gets the collection of preset template features to create around the Origin. |
| Secondary | Gets an optional secondary location that determines the rotation of the PresetTemplateFeatures. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |