Show / Hide Table of Contents

Constructor SceneLayerPolygonFilter

SceneLayerPolygonFilter()

Initializes a new instance of the SceneLayerPolygonFilter class.

Declaration
[Obsolete("Use parameterized constructors instead")]
public SceneLayerPolygonFilter()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8

SceneLayerPolygonFilter(IEnumerable<Polygon>, SceneLayerPolygonFilterSpatialRelationship)

Initializes a new instance of the SceneLayerPolygonFilter class.

Declaration
public SceneLayerPolygonFilter(IEnumerable<Polygon> polygons, SceneLayerPolygonFilterSpatialRelationship spatialRelationship)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Polygon> polygons

A list of polygons to be used for filtering features.

SceneLayerPolygonFilterSpatialRelationship spatialRelationship

The spatial relationship to be applied to the polygons for filtering.

It determines whether to include features within the polygons or exclude features from the polygons.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.