Hello,
I'm developing mobile app and some featurelayers contains a column "SYMB_ROTATION" that represents the angle the symbol need to do.
for now I simply create a UniqueValueRenderer and apply the rotation like that:
assetRenderer.RotationExpression = $"[{rotationName}]-90";
Where rotationName is the column of the rotation value.
I also tried with the ArcadeExpression but it doesn't work
Maybe I miss something.
Does someone has a working sample of cod ?
Thanks in advance for your help.
Best regards