Method GetAssociationsAsync
GetAssociationsAsync(UtilityElement, CancellationToken)
Asynchronously retrieves a list of all Utility
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(UtilityElement element, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Utility |
element | The Utility |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the Utility |
Remarks
The result is a list of all associations; connectivity, containment, and structural attachment
associations that include the given Utility
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.14 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
GetAssociationsAsync(UtilityElement)
Asynchronously retrieves a list of all Utility
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(UtilityElement element)
Parameters
Type | Name | Description |
---|---|---|
Utility |
element | The Utility |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the Utility |
Remarks
The result is a list of all associations; connectivity, containment, and structural attachment
associations that include the given Utility
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.7 - 200.6 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.6 |
GetAssociationsAsync(UtilityElement, UtilityAssociationType, CancellationToken)
Asynchronously retrieves a list of all Utility
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(UtilityElement element, UtilityAssociationType type, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Utility |
element | The Utility |
Utility |
type | The Utility |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the Utility |
Remarks
The method does not return a complete picture of connectivity; features that are connected by geometric coincidence are not returned. Note that the list returned can contain associations that have not yet been validated and are therefore not yet included in the topological index.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.14 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
GetAssociationsAsync(UtilityElement, UtilityAssociationType)
Asynchronously retrieves a list of all Utility
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(UtilityElement element, UtilityAssociationType type)
Parameters
Type | Name | Description |
---|---|---|
Utility |
element | The Utility |
Utility |
type | The Utility |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the Utility |
Remarks
The method does not return a complete picture of connectivity; features that are connected by geometric coincidence are not returned. Note that the list returned can contain associations that have not yet been validated and are therefore not yet included in the topological index.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.7 - 200.6 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.6 |
GetAssociationsAsync(Envelope, CancellationToken)
Asynchronously retrieves a list of all Utilityextent
.
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(Envelope extent, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The Envelope that defines the area for which associations to return. |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the list of all the Utility |
Remarks
The result is a list of connectivity and structural attachment associations. Containment associations are not returned because no geometric relationship is defined between a container and its contents. The method does not return a complete picture of connectivity; features that are connected by geometric coincidence are not returned. Note that the list returned can contain associations that have not yet been validated and are therefore not yet included in the topological index.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.14 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
GetAssociationsAsync(Envelope)
Asynchronously retrieves a list of all Utilityextent
.
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(Envelope extent)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The Envelope that defines the area for which associations to return. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the list of all the Utility |
Remarks
The result is a list of connectivity and structural attachment associations. Containment associations are not returned because no geometric relationship is defined between a container and its contents. The method does not return a complete picture of connectivity; features that are connected by geometric coincidence are not returned. Note that the list returned can contain associations that have not yet been validated and are therefore not yet included in the topological index.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |
GetAssociationsAsync(Envelope, UtilityAssociationType, CancellationToken)
Asynchronously retrieves a list of all Utilitytype
present in the geodatabase for a given extent
.
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(Envelope extent, UtilityAssociationType type, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The Envelope that defines the area for which associations to return. |
Utility |
type | The Utility |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the list of all the Utility |
Remarks
Containment associations are not returned because no geometric relationship is defined between a container and its
contents; consider using Get
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.14 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |
GetAssociationsAsync(Envelope, UtilityAssociationType)
Asynchronously retrieves a list of all Utilitytype
present in the geodatabase for a given extent
.
Declaration
public Task<IEnumerable<UtilityAssociation>> GetAssociationsAsync(Envelope extent, UtilityAssociationType type)
Parameters
Type | Name | Description |
---|---|---|
Envelope | extent | The Envelope that defines the area for which associations to return. |
Utility |
type | The Utility |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous retrieval of all the list of all the Utility |
Remarks
Containment associations are not returned because no geometric relationship is defined between a container and its
contents; consider using Get
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |