Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.7
.NET200.7
.NET Windows200.7
.NET Android200.7
.NET iOS200.7
.NET Framework200.7
UWP200.7
In This Article
Back to top Copyright © 2022 Esri.