Enum SceneLayerPolygonFilterSpatialRelationship
The spatial relationships for filtering using polygon geometries.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SceneLayerPolygonFilterSpatialRelationship
Remarks
Specify the spatial relationship to be used with the polygons for filtering features in an ArcGISSceneLayer.
Fields
Name | Description |
---|---|
Contains | Draw the features that are within the specified polygon geometries and do not draw anything that falls outside of the polygons. |
Disjoint | Do not draw the features that are within the defined polygon geometries. |
See Also
Applies to
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 |