ArcGISBuildingSceneLayerAttributeStatistics

Namespace: Esri::GameEngine::Layers::BuildingScene
Class: Esri/GameEngine/Layers/BuildingScene/ArcGISBuildingSceneLayerAttributeStatistics
Since: 1.4.0

Summary

Summary statistics for an individual attribute field in an ArcGISBuildingSceneLayer.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

Describes a specific category for the field.

No
Yes

The name of the field.

No
Yes

Describes the maximum value for the field, if applicable.

No
Yes

Describes the minimum value for the field, if applicable.

ArcGISImmutableCollection<FString>
Yes
Yes

Lists the most-frequently used values of this field.

ArcGISImmutableCollection<int64>
No
Yes

The sublayerId of each ArcGISBuildingSceneSublayer where this field may be found, represented as a collection of 64 bit integers.

AttributeModelName

FString GetAttributeModelName() const

Describes a specific category for the field.

User-defined categories will have an attributeModelName of "custom".

FieldName

FString GetFieldName() const

The name of the field.

MaxValue

double GetMaxValue() const

Describes the maximum value for the field, if applicable.

Only numeric fields will contain a valid value in this property, else value will be NaN.

MinValue

double GetMinValue() const

Describes the minimum value for the field, if applicable.

Only numeric fields will contain a valid value in this property, else value will be NaN

MostFrequentValues

ArcGISImmutableCollection<FString> GetMostFrequentValues() const

Lists the most-frequently used values of this field.

Truncated to 256 entries. All field types are represented as String if they exist. Floating-point attributes may not contain values in this property.

SublayerIds

ArcGISImmutableCollection<int64> GetSublayerIds() const

The sublayerId of each ArcGISBuildingSceneSublayer where this field may be found, represented as a collection of 64 bit integers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.