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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |