Method FetchStatisticsAsync
FetchStatisticsAsync(CancellationToken)
Fetches available statistics for each attribute defined in this layer. Statistics are stored as a dictionary of key-value pairs, with each key being the attribute's name, and the associated value being a set of relevant statistics.
Declaration
public Task<IReadOnlyDictionary<string, BuildingSceneLayerAttributeStatistics>> FetchStatisticsAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | A cancellation token that can be used to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyDictionary<string, BuildingSceneLayerAttributeStatistics>> | The statistics for each attribute defined in this layer. |
Remarks
There will be an error if fetching statistics is unsuccessful.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |