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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close