RobotStartDialog¶
Summary¶
Represents a common dialog box that allows a user to start a cBot.
Signature
1 |
|
Namespace¶
cAlgo.API
Methods¶
ShowDialog¶
Summary
Shows the dialog.
Signature
1 |
|
Return Value
void
SetProperty¶
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
field | T& | |
value | T |
Return Value
void
GetProperty¶
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
field | T& |
Return Value
T
Properties¶
RobotType¶
Summary
Gets or sets the Robot Type.
Signature
1 |
|
Return Value
RobotType
Related Tutorials