Click or drag to resize

TaskProgramName Property

Gets or sets the name of the program currently loaded in the Task.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public string ProgramName { get; set; }

Property Value

Type: String
The name of the program currently loaded in the Task.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
Remarks
If no program is loaded an empty string is returned.
See Also