Constructor SceneLayerPolygonFilter
SceneLayerPolygonFilter()
Initializes a new instance of the SceneLayerPolygonFilter class.
Declaration
public SceneLayerPolygonFilter()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |
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. The spatial relationship determines whether to include features within the polygons or exclude features from the polygons. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |