Show / Hide Table of Contents

Constructor ArcGISMapImageLayer

ArcGISMapImageLayer()

Initializes a new instance of the ArcGISMapImageLayer class.

Declaration
public ArcGISMapImageLayer()
Remarks

Use this constructor to create a ArcGISMapImageLayer . Once the layer is created you will have to set the URI by using the Source property. This method exists to support XAML creation of a ArcGISMapImageLayer.

It is recommended that you use the ArcGISMapImageLayer(Uri) constructor for creating a layer with an associated URI.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.0 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.8
UWP100.0 - 100.15

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.

Applies to

Platforms and versions
TargetVersions
UWP100.15

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
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.