Routine Class |
Namespace: ABB.Robotics.Controllers.RapidDomain
public sealed class Routine : RapidSymbol, IDisposable
The Routine type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
| DataDeclarationList |
Gets the TextRange of the data declaration list.
| |
| Name |
Gets the name of the RapidSymbol.
(Inherited from RapidSymbol.) | |
| Scope |
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.) | |
| StatementList |
Gets the TextRange of the statements.
| |
| TextRange |
Gets the TextRange of the Routine.
| |
| Type |
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.) |
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRapidData |
Gets a RapidData object that references a RAPID data
instance in the robot controller.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| SearchRapidSymbol |
General RapidSymbol search method.
(Overrides RapidSymbolSearchRapidSymbol(RapidSymbolSearchProperties, String, String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |