RobotStartDialog
Summary
Represents a common dialog box that allows a user to start a cBot.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 | |
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