Parameters
- mapUri
- The map uri of the map
{
// Get the job Id associated with the active map view
var jobManager = WorkflowClientModule.JobsManager;
jobId = jobManager.GetJobId();
// Use the jobId to identify the job associated with the active map view
}
{
// Get the job Id associated with a map
var jobManager = WorkflowClientModule.JobsManager;
jobId = jobManager.GetJobId(mapUri);
// Use the jobId to identify the job associated with the map
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)