Namespace: Esri::GameEngine::Layers::BuildingScene
Class: Esri/GameEngine/Layers/BuildingScene/ArcGISSolidBuildingFilterDefinition
Since: 1.4.0
Summary
Defines which building components should be viewed as solid in the associated Building
.
Constructors
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | No | Title of this filter definition. | ||
No | No | The SQL WHERE clause used to match features to this filter definition. |
WhereClause
FString GetWhereClause() const
void SetWhereClause(const FString& whereClause)
The SQL WHERE clause used to match features to this filter definition.
Only the building components with attributes that satisfy the filter expression are displayed. This property only supports standardized SQL (https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm).
An empty where clause will have no effect on which building components are displayed, while a where clause that is not valid for the data may result in no building components being displayed.