Show / Hide Table of Contents

Class SubtypeSublayer

A sublayer that allows custom rendering for features of a particular subtype.

Inheritance
object
ArcGISSublayer
SubtypeSublayer
Implements
INotifyPropertyChanged
ILayerContent
IPopupSource
ILoadable
IFeatureFormSource
ISnapSource
ArcGISSublayer.Id
ArcGISSublayer.Sublayers
ArcGISSublayer.DefinitionExpression
ArcGISSublayer.MapServiceSublayerInfo
ArcGISSublayer.ScaleSymbols
ArcGISSublayer.IsPopupEnabled
ArcGISSublayer.PopupDefinition
ArcGISSublayer.CanChangeVisibility
ArcGISSublayer.IsVisible
ArcGISSublayer.Name
ArcGISSublayer.ShowInLegend
ArcGISSublayer.SublayerContents
ArcGISSublayer.GetLegendInfosAsync()
ArcGISSublayer.IsVisibleAtScale(double)
ArcGISSublayer.Clone()
ArcGISSublayer.LoadStatus
ArcGISSublayer.LoadError
ArcGISSublayer.Loaded
ArcGISSublayer.LoadStatusChanged
ArcGISSublayer.CancelLoad()
ArcGISSublayer.LoadAsync()
ArcGISSublayer.RetryLoadAsync()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SubtypeSublayer : ArcGISSublayer, INotifyPropertyChanged, ILayerContent, IPopupSource, ILoadable, IFeatureFormSource, ISnapSource

Properties

Name Description
AllowsEditing

Gets or sets a value indicating whether editing is allowed on the sublayer, when it is supported.

FeatureFormDefinition

Gets the user interface to display when editing a feature in this layer or table.

FeatureTemplates

Gets the sublayer's feature templates.

LabelDefinitions

Gets a modifiable collection of LabelDefinition label definitions for this sublayer.

LabelsEnabled

Gets or sets a value indicating whether labels should be displayed on this sublayer.

MaxScale

Gets or sets the maximum scale at which this sublayer is visible.

MinScale

Gets or sets the minimum scale at which this sublayer is visible.

Opacity

Gets or sets the opacity of this sublayer.

Renderer

Gets or sets this sublayer's Renderer.

SearchId

Gets a unique string identifier that enables this sublayer to be searchable within web or mobile maps.

Subtype

Gets the subtype in the feature service that this subtype represents.

Methods

Name Description
OnSublayerLoaded()

Called when the sublayer is done loading.

Applies to

TargetVersions
.NET Standard 2.0100.7 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.7 - 200.8
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.8

Relevant samples

Display subtype feature layer: Displays a composite layer of all the subtype values in a feature class.
In this article
Provide feedback
Back to top Copyright © 2025 Esri.