ArcGISSolidBuildingFilterDefinition

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 BuildingSceneLayer.

Constructors

ArcGISSolidBuildingFilterDefinition(const FString&, const FString&)

Creates a new Building Scene Layer solid filter definition.

Since 1.4.0

Arguments
NameTypeConstSummary
title
Yes

Title of this filter definition.

whereClause
Yes

The SQL WHERE clause used to match features to this filter definition.

Properties

PropertyTypeNullableReadonlySummary
No
No

Title of this filter definition.

No
No

The SQL WHERE clause used to match features to this filter definition.

Title

FString GetTitle() const

void SetTitle(const FString& title)

Title of 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.

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