Show / Hide Table of Contents

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
BuildingSceneLayerAttributeStatistics

Applies to

Platforms and versions
TargetVersions
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.