RobotModel Property
Description
Returns the model name for the current robot.
Syntax
ReadOnly Property RobotModel As String
Return Value
String that contains the current robot's model name.
See Also
Robot Property, RobotType Property
RobotModel Example
VB Example:
lblRobotModel.Text = m_spel.RobotModel
C# Example:
lblRobotModel.Text = m_spel.RobotModel;