RobotModel 属性
描述
返回当前机器人的型号名称。
语法
ReadOnly Property RobotModel As String
返回值
含有当前机器人型号名称的字符串。
参阅
Robot 属性, RobotType 属性
RobotModel 示例
VB 例:
lblRobotModel.Text = m_spel.RobotModel
C# 例:
lblRobotModel.Text = m_spel.RobotModel;
← Robot 属性 RobotType 属性 →