Support for events in Workflows
With 4.6 and HTML5 2.7, is there actually a limited set of events that are handled by Workflows?
I wanted to check if a user had turned a particular layer on or off but "LayerVisibilityChangedEvent"
doesnt seem to fire.
Thanks
Doug
0
-
You can use the GetLayerListItemInfo activity to ask for info from a named (or by Id) layerlist item. You can then check the IsVisible-property of the first element in the returned items list, e.g. if LayerListItems.First.IsVisible Then ....
Hope this helps
Jostein Svegården
Geodata AS0
Please sign in to leave a comment.
Comments
1 comment