This action allows the user to rotate a specified shape on the parent canvas or schematic page according to the angle given. The function call takes in 3 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.
SSPResult RotateShape(string shapeUid, Position newPosition, double newAngle)
SSPResult contains 'IsSuccess' flag and 'Message' information of the RotateShape action.