Skip to content

RobotStartDialog

Summary

Represents a common dialog box that allows a user to start a cBot.

Signature

1
public class RobotStartDialog

Namespace

cAlgo.API

Methods

ShowDialog

Summary

Shows the dialog.

Signature

1
public void ShowDialog()

Return Value

void

SetProperty

Signature

1
private void SetProperty(T& field, T value)

Parameters

Name Type Description
field T&
value T

Return Value

void

GetProperty

Signature

1
private T GetProperty(T& field)

Parameters

Name Type Description
field T&

Return Value

T

Properties

RobotType

Summary

Gets or sets the Robot Type.

Signature

1
public RobotType RobotType {get; set;}

Return Value

RobotType

Related Tutorials