Hi,
I’m developing an ArcGIS Pro add-in that needs to support feature services in addition to file and enterprise geodatabases.
My add-in currently depends on knowing the schema (table names), which seems difficult to retrieve from a feature service. I was hoping to use the model name as a stable identifier exposed through the feature service, but I can’t find a way to access the model name using the ArcGIS Pro SDK for .NET.
So my question is:
👉 What’s considered best practice when developing an add-in that needs to work seamlessly across a file geodatabase, an enterprise geodatabase, and a feature service?
Best regards,
Jens Christiansen
Although this doesnt directly answer your question, these links are to sessions that were presented at Palm Springs for working with Feature Services in 2019 and 2020. Even though they are a little dated, the information they contain - eg how feature services rename tables/feature classes when services are published is still relevant.