Hello everyone,
I'm trying to rotate the symbol of my featureLayer based on one of his attribute.
Right now, i'm adding my featureLayer to the map using that

The LayerFactory.Instance.CreateLayer<FeatureLayer>(flCICOP, mapView.Map) execute the query and add the featureLayer founded to the map. Now i need to rotate the symbol of each point on the map based on the attribute "sym_rotat"
Do you know how i can do that ?
Thank you