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
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.INotifyPropertyChanged.PropertyChanged
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.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SubtypeSublayer : ArcGISSublayer, INotifyPropertyChanged, ILayerContent, IPopupSource, ILoadable

Properties

Name Description
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.

Subtype

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

Applies to

TargetVersions
.NET Standard 2.0100.7 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.7 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.7 - 100.14
Xamarin.iOS100.7 - 100.14
UWP100.7 - 100.14

Relevant samples

Display subtype feature layer: Displays a composite layer of all the subtype values in a feature class.
In This Article
Back to top Copyright © 2021 Esri.