Skip to content

Commit 2722407

Browse files
authored
Fix typo in AddDynamicEntityLayer (#1789)
1 parent d88f426 commit 2722407

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • src
    • MAUI/Maui.Samples/Samples/Layers/AddDynamicEntityLayer
    • WPF/WPF.Viewer/Samples/Layers/AddDynamicEntityLayer
    • WinUI/ArcGIS.WinUI.Viewer/Samples/Layers/AddDynamicEntityLayer

src/MAUI/Maui.Samples/Samples/Layers/AddDynamicEntityLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the controls to connect to or disconnect from the stream service, modify dis
1717
## How it works
1818

1919
1. Create an `ArcGIStreamService` using a `Uri`.
20-
2. Set a `DynamicEntityFilter` on the stream service to limit the amount of data coming from the server.
20+
2. Set a `ArcGISStreamServiceFilter` on the stream service to limit the amount of data coming from the server.
2121
3. Set the `MaximumDuration` property of the stream service `PurgeOptions` to limit the amount of data managed by the application.
2222
4. Create a `DynamicEntityLayer` using the stream service.
2323
5. Update values in the layer's `TrackDisplayProperties` to customize the layer's appearance.

src/WPF/WPF.Viewer/Samples/Layers/AddDynamicEntityLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the controls to connect to or disconnect from the stream service, modify dis
1717
## How it works
1818

1919
1. Create an `ArcGIStreamService` using a `Uri`.
20-
2. Set a `DynamicEntityFilter` on the stream service to limit the amount of data coming from the server.
20+
2. Set a `ArcGISStreamServiceFilter` on the stream service to limit the amount of data coming from the server.
2121
3. Set the `MaximumDuration` property of the stream service `PurgeOptions` to limit the amount of data managed by the application.
2222
4. Create a `DynamicEntityLayer` using the stream service.
2323
5. Update values in the layer's `TrackDisplayProperties` to customize the layer's appearance.

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Layers/AddDynamicEntityLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the controls to connect to or disconnect from the stream service, modify dis
1717
## How it works
1818

1919
1. Create an `ArcGIStreamService` using a `Uri`.
20-
2. Set a `DynamicEntityFilter` on the stream service to limit the amount of data coming from the server.
20+
2. Set a `ArcGISStreamServiceFilter` on the stream service to limit the amount of data coming from the server.
2121
3. Set the `MaximumDuration` property of the stream service `PurgeOptions` to limit the amount of data managed by the application.
2222
4. Create a `DynamicEntityLayer` using the stream service.
2323
5. Update values in the layer's `TrackDisplayProperties` to customize the layer's appearance.

0 commit comments

Comments
 (0)