Hello Team,
We are using C++ ARCGIS Runtime SDK for qt.
Can you please tell us How to add label definition to feature collection layer.
Thanks,
This does the job,dynamic_cast<FeatureLayer*>(m_featureCollectionLayer->layers().at(0))->labelDefinitions()->append(labelDef);
dynamic_cast<FeatureLayer*>(m_featureCollectionLayer->layers().at(0))->setLabelsEnabled(true);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.