add Subtype Subtable
Adds a SubtypeSubtable to the end of the list of subtype subtables.
Since
200.7.0
Parameters
the SubtypeSubtable to be added
Throws
in the following circumstances:
The table has not loaded, or does not have an ArcGISFeatureTable.subtypeField
The SubtypeSubtable.subtype does not exist in ArcGISFeatureTable.featureSubtypes
The SubtypeSubtable.subtype is already used by another SubtypeSubtable in the ArcGISFeatureTable.subtypeSubtables
Adds a SubtypeSubtable to the list of subtype subtables at the specified index.
Since
200.7.0
Parameters
position in the list to insert the SubtypeSubtable
the SubtypeSubtable to be added
Throws
in the following circumstances:
The table has not loaded, or does not have an ArcGISFeatureTable.subtypeField
The SubtypeSubtable.subtype does not exist in ArcGISFeatureTable.featureSubtypes
The SubtypeSubtable.subtype is already used by another SubtypeSubtable in the ArcGISFeatureTable.subtypeSubtables