Show / Hide Table of Contents

Class SceneLayerPolygonFilter

Filter features from an ArcGISSceneLayer using one or more polygons and a SceneLayerPolygonFilterSpatialRelationship.

Inheritance
System.Object
SceneLayerPolygonFilter
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SceneLayerPolygonFilter

Constructors

Name Description
SceneLayerPolygonFilter()

Initializes a new instance of the SceneLayerPolygonFilter class.

SceneLayerPolygonFilter(IEnumerable<Polygon>, SceneLayerPolygonFilterSpatialRelationship)

Initializes a new instance of the SceneLayerPolygonFilter class.

Properties

Name Description
Polygons

Gets a list of polygon geometries to be applied for filtering features.

SpatialRelationship

Gets or sets the spatial relationship to be applied to the polygons for filtering features.

See Also

PolygonFilter

Applies to

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