Class SubtypeSublayer
A sublayer that allows custom rendering for features of a particular subtype.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SubtypeSublayer : ArcGISSublayer, INotifyPropertyChanged, ILayerContent, IPopupSource, ILoadable
Properties
Name | Description |
---|---|
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. |
Subtype | Gets the subtype in the feature service that this subtype represents. |
UnknownJson | Gets the unknown data from the source JSON. |
UnsupportedJson | Gets the unsupported data from the source JSON. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.7 - 200.5 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.5 |
Relevant samples
Display subtype feature layer: Displays a composite layer of all the subtype values in a feature class.