Show / Hide Table of Contents

Class SublayerSource

The source of an ArcGISMapImageSublayer, used to create dynamic layers.

Inheritance
System.Object
SublayerSource
MapSublayerSource
RasterSublayerSource
TableJoinSublayerSource
TableQuerySublayerSource
TableSublayerSource
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class SublayerSource : object
Remarks

Depending on the type of SublayerSource, these layers are classified as follows:

  • Map: MapSublayerSource. A layer in the current map service
  • Dynamic table: TableSublayerSource. Data from a table data source
  • Dynamic query table: TableQuerySublayerSource. Data from a queryTable data source
  • Dynamic raster: RasterSublayerSource. Data from a raster data source
  • Dynamic join table: TableJoinSublayerSource. Data from a joinTable data source
For general information about dynamic layers, see About Dynamic Layers (arcgis.com).

See Also

MapSublayerSource
TableSublayerSource
TableQuerySublayerSource
TableJoinSublayerSource
RasterSublayerSource

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.1 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.