How to get subtype names from field in GeodatabaseFeatureServiceTable in QML

2837
1
Jump to solution
12-07-2015 06:21 AM
tanerkoka1
Occasional Contributor

Hi,

How can I get subtype names from field in GeodatabaseFeatureServiceTable in QML.Because I wan to use when I create new feature coose from Combobox or in query features that field display suptype name in ComboBox.

Thanks.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

The GeodatabaseFeatureTable contains a featureType property that will return a list of feature types. You can loop through the list and get the name of each featureType and add it to the combo box's model.

Thanks,

Luke

View solution in original post

1 Reply
LucasDanzinger
Esri Frequent Contributor

The GeodatabaseFeatureTable contains a featureType property that will return a list of feature types. You can loop through the list and get the name of each featureType and add it to the combo box's model.

Thanks,

Luke