Hi,
My requirement is to do , data preperation and management using arcgis Runtime application (ArcGIS Runtime SDK for .Net), Can anyone suggest some workflow for this.
I tried creating geopackage of geoprocessing tools (used for creation of ArcGIS Runtime Content), but I am unable to understand how to consume the service ? The service asks for input paramater as GpString for Map.
How can I pass a map as String ? Am I doing right ? Or should I follow some other workflow ?
Thanks in advance
Hi,
Geoprocessing services (local or remote) support a subset of input and output parameter types as described in this topic: Run a geoprocessing task—ArcGIS Runtime SDK for .NET | ArcGIS for Developers.
To use other types such as a Map, you can use inline variable substitution to expose a String parameter in your model/script. For more information see A quick tour of using inline variable substitution—Help | ArcGIS Desktop.
Cheers
Mike