Name Property¶ Summary¶ The name of a robot. Sets from constructor. Signature¶ 1public string Name {get;} Return Value¶ string Declaring Type¶ cAlgo.API.RobotAttribute Examples¶ 1 2 3 4 5 [Robot("newRobot")] // newRobot is the name of the Robot public class myRobot : Robot { //... } Last update: July 1, 2022 Comments