RapidEditorInitData Class |
Namespace: ABB.Robotics.Tps.Taf
public class RapidEditorInitData
The RapidEditorInitData type exposes the following members.
Name | Description | |
---|---|---|
RapidEditorInitData |
Constructor for the RapidEditorInitData data
|
Name | Description | |
---|---|---|
ModuleName |
Gets or sets the name of the module to show in the RAPID editor.
| |
Row |
Gets or sets the row of the module that should be displayed on top of the RAPID editor when it opens.
| |
TaskName |
Gets or sets the name of the task which the RAPID editor should open.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
The example shows how to launch the RAPID editor at task T_ROB1, module MainModule, row 7. RapidEditorInitData initData = new RapidEditorInitData("T_ROB1","MainModule",7);