Property Geometry
Geometry
Gets or sets the geometry that is used to filter results.
Declaration
public Geometry Geometry { get; set; }
Property Value
| Type | Description |
|---|---|
| Geometry | The geometry that is used to filter results. |
Remarks
Dynamic entity observations that are contained within this geometry are included in the stream. Those that are outside this geometry are excluded.
The default value is null, meaning no spatial filter will be applied to the stream.
Currently, only Envelope geometries are supported.
Applies to
Platforms and versions
| 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 |