Hi,
I have to draw a very complex symbol for my point data. It has to visualize attributive data in the map by a customer defined standard they already used in the former software product.
The composite symbol consists of a marker in the middle, some text information around it and two long lines crossing each other. In the center lies the point, the lines are supposed to visualize a range and a direction. Both information should be read from the attributes and used for the representation of the lines.
In my tests I was able to draw the marker and the text information. But I do not know what's the best way to visualize the lines.
What is the best way to combine the point symbol with the line symbol? Is it the MultiLayerSymbol?
How could I visualize the line symbol based on its attributes by using ArcGIS Runtime code (Version 100.5)?
Kind regards,
Max
Yes you could MultiLayerSymbol to author a symbol that has lines and points. But what you are trying to achieve in your workflow is possible when renderers uses an Arcade Expression. Note, ArcGIS Runtime SDK does not have support for authoring ArcCade expressions yet. So this should be setup in one of the ways as listed in release notes.
https://developers.arcgis.com/net/latest/wpf/guide/release-notes.htm.