Enum SceneLayerPolygonFilterSpatialRelationship
The spatial relationships for filtering using polygon geometries.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SceneLayerPolygonFilterSpatialRelationshipRemarks
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.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 |