Namespace: GameEngine.Layers.BuildingScene 
Class: GameEngine/Layers/BuildingScene/ArcGISBuildingSceneLayerAttributeStatistics 
Since: 1.4.0 
Summary
Summary statistics for an individual attribute field in an ArcGISBuildingSceneLayer.
Properties
| Property | Type | Nullable | Readonly | Summary | 
|---|---|---|---|---|
AttributeModelName | string | No | Yes | Describes a specific category for the field.  | 
FieldName | string | No | Yes | The name of the field.  | 
MaxValue | double | No | Yes | Describes the maximum value for the field, if applicable.  | 
MinValue | double | No | Yes | Describes the minimum value for the field, if applicable.  | 
MostFrequentValues | ArcGISImmutableCollection<string> | Yes | Yes | Lists the most-frequently used values of this field.  | 
SublayerIds | ArcGISImmutableCollection<int> | No | Yes | The sublayerId of each ArcGISBuildingSceneSublayer where this field may be found, represented as a collection of 32 bit integers.  | 
AttributeModelName
string AttributeModelName
Describes a specific category for the field.
User-defined categories will have an attributeModelName of "custom".
MaxValue
double MaxValue
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 MinValue
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<string> MostFrequentValues
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<int> SublayerIds
The sublayerId of each ArcGISBuildingSceneSublayer where this field may be found, represented as a collection of 32 bit integers.