Property SubtypeSubtables
SubtypeSubtables
Gets the mutable collection of SubtypeSubtable objects that provide access to features with the same subtype.
Declaration
public IList<SubtypeSubtable> SubtypeSubtables { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SubtypeSubtable> | The mutable collection of SubtypeSubtable objects that provide access to features with the same subtype. |
Remarks
The SubtypeSubtables collection is empty unless loaded from a web map or mobile map that contains a SubtypeGroupTable. Alternatively, if a SubtypeField is set, the FeatureSubtypes collection will be populated when the table is loaded. Once loaded, you can use the FeatureSubtypes collection to create and add SubtypeSubtable tables to this SubtypeSubtables collection. The SubtypeSubtable must have a FeatureSubtype that is not already being used by another SubtypeSubtable.
Add SubtypeSubtable objects to SubtypeSubtables for subtype-specific views and more fine-grained control over access and editing experience of features with the same subtype.
Use this property to refine or rearrange subtype-specific views.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |