Property Associations
Associations
Gets the collection of newly created UtilityAssociation objects from the shared template.
Declaration
public IList<UtilityAssociation> Associations { get; }
Property Value
| Type | Description |
|---|---|
| IList<UtilityAssociation> | The collection of newly created UtilityAssociation objects from the shared template. |
Remarks
This collection establishes connectivity, containment, and attachment among features created from the shared template when association creation is specified in the GroupTemplateDefinition or PresetTemplateDefinition.
To modify any of the association properties such as terminal, visibility, or percent along values, use the relevant UtilityAssociation constructor with identical association type and utility elements. In addition, remove the old association before adding this new association to this collection.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |