Click or drag to resize

Routine Class

This class represents a Routine Rapid object.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class Routine : RapidSymbol, 
	IDisposable

The Routine type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyDataDeclarationList
Gets the TextRange of the data declaration list.
Public propertyCode exampleName
Gets the name of the RapidSymbol.
(Inherited from RapidSymbol.)
Public propertyCode exampleScope
Gets the scope of the RapidSymbol, i.e. TASK,MODULE,ROUTINE,...
(Inherited from RapidSymbol.)
Public propertyStatementList
Gets the TextRange of the statements.
Public propertyCode exampleTextRange
Gets the TextRange of the Routine.
Public propertyType
Get the type of the RapidSymbol.
(Inherited from RapidSymbol.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode exampleGetRapidData
Gets a RapidData object that references a RAPID data instance in the robot controller.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodCode exampleSearchRapidSymbol
General RapidSymbol search method.
(Overrides RapidSymbolSearchRapidSymbol(RapidSymbolSearchProperties, String, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also