ArcGIS Pro 2.9 API Reference Guide
QueryAvailableFieldsAndValues Method

ArcGIS.Desktop.Mapping Namespace > BuildingSceneLayer Class : QueryAvailableFieldsAndValues Method
Gets all available fields and their corresponding values for a building scene layer. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public Dictionary<string,List<string>> QueryAvailableFieldsAndValues()
Public Function QueryAvailableFieldsAndValues() As Dictionary(Of String,List(Of String))

Return Value

Dictionary{System.String, List{System.String}}"/>
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
Any combination of the available fields paired with one or more of their corresponding values can be added to the FilterBlockDefinition.SelectedValues for a given filter block
Use QueryAvailableFieldsAndValues to determine what the available fields and values are that can be used for a given BuildingSceneLayer
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

BuildingSceneLayer Class
BuildingSceneLayer Members