FeatureSubtype QML Type

Encapsulates properties of subtypes of features in a feature layer. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.3
Inherits:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Subtypes are a subset of features in a feature layer, or objects in a table, that share the same attributes. Subtypes are used to categorize features.

Property Documentation

code : var

Returns the feature subtype's code (read-only).


domains : jsobject

Returns the domains associated with this feature subtype (read-only).

The map contains key-value pairs of field name and a corresponding Domain object for this type.


fieldOverrides : list<Field>

The fields defined for this feature subtype (read-only).

A subset of FeatureTable::fields relevant to this feature subtype. This collection of Field may override properties defined in the FeatureTable::fields. For example, Field::alias and Field::domain.

This property was introduced in Esri.ArcGISRuntime 100.9.


name : string

Returns the name of the feature subtype (read-only).


prototypeAttributes : jsobject

Returns the prototype attributes for creating a Feature with this subtype (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.