Class PresetTemplateAssociation
Identifies an association between two preset template features.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PresetTemplateAssociation
Remarks
Determines the type of association between two features identified by their index in PresetTemplateFeatures and properties relevant to the association; such as terminal selection for connectivity, content visibility for containment, or fraction along value for mid-span connectivity.
Properties
| Name | Description |
|---|---|
| AssociationType | Gets the UtilityAssociationType of this association. |
| FractionAlongEdge | Gets the relative location along the non-spatial edge where the junction is (logically) located. |
| FromFeatureIndex | Gets the position of the first participant in a UtilityAssociation within PresetTemplateFeatures. |
| FromTerminalId | Gets the ID of the terminal from which a connectivity association is made. The default value is -1. |
| IsContainmentVisible | Gets a value indicating whether the content is visible. |
| ToFeatureIndex | Gets the position of the second participant in a UtilityAssociation within PresetTemplateFeatures. |
| ToTerminalId | Gets the ID of the terminal to which a connectivity association is made. The default value is -1. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |