Constructor ArcGISMapImageSublayer
ArcGISMapImageSublayer(Int64)
Initializes a new instance of the ArcGISMapImageSublayer class with the specified sublayer id.
Declaration
public ArcGISMapImageSublayer(long id)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | id | The sublayer id. This must be zero or greater. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException |
|
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 |
ArcGISMapImageSublayer(Int64, SublayerSource)
Initializes a new instance of the ArcGISMapImageSublayer class with the specified sublayer id and source.
Declaration
public ArcGISMapImageSublayer(long id, SublayerSource sublayerSource)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | id | The sublayer id. |
| SublayerSource | sublayerSource | The sublayer source. This should be zero or greater. |
Remarks
For use on ArcGIS Server MapServers that have Supports Dynamic Layers equal to true.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
| ArgumentException |
|
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.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |