Constructor ArcGISMapImageLayer
ArcGISMapImageLayer(Uri)
Initializes a new instance of the ArcGISMapImageLayer class with the specified URI.
Declaration
public ArcGISMapImageLayer(Uri source)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | source | The service URI. |
Remarks
If the specified URI is a portal item URL the underlying PortalItem will be created and accessible through Item.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.14 |
Relevant samples
Buffer list: Generate multiple individual buffers or a single unioned buffer around multiple points.
Change sublayer renderer: Apply a renderer to a sublayer.
Change time extent: Filter data in layers by applying a time extent to a MapView.
ArcGISMapImageLayer(Item)
Initializes a new instance of the ArcGISMapImageLayer class from the specified PortalItem.
Declaration
public ArcGISMapImageLayer(Item item)
Parameters
| Type | Name | Description |
|---|---|---|
| Item | item | The PortalItem from which to create the ArcGISMapImageLayer. |
Remarks
The PortalItem will be accessible through the Item property.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |