Skip to content

Name Property

Summary

The name of a robot. Sets from constructor.

Signature

1
public 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: March 23, 2023