Select to view content in your preferred language

GPExecuteToolFlags doesn't work

535
0
07-08-2019 09:56 PM
IKaiser
New Contributor

I'm trying to execute GP tool ConvertLabelsToAnnotation without adding the output to the current map. I've used flag GPExecuteToolFlags.None ("No action is taken"), but the annotation layer was added to map and project was refreshed.

Geoprocessing.ExecuteToolAsync("cartography.ConvertLabelsToAnnotation", parameters, null, null, null, flags: GPExecuteToolFlags.None);
Tags (1)
0 Kudos
0 Replies