Class FeatureSubtype
Describes a subset of features in an Arc
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureSubtype
Remarks
Feature subtypes categorize features in a dataset based on the value of an integer attribute. A subtype can define different default values or domains for fields. For example, city streets in a feature table could be categorized into three feature subtypes: local streets, collector streets, and arterial streets. Feature subtypes can also be used with utility networks to represent asset groups.
If Feature
If you build an editing application, you can use Create
Properties
Name | Description |
---|---|
Code | Gets the feature subtype's code. |
Domains | Gets the associated Domains with this feature subtype. |
Field |
Gets the fields defined for this feature subtype. |
Name | Gets the name of the feature subtype. |
Prototype |
Gets the prototype for creating a Feature with this subtype. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.3 - 200.6 |
Xamarin.Android | 100.3 - 100.15 |
Xamarin.iOS | 100.3 - 100.15 |
UWP | 100.3 - 200.6 |