Click or drag to resize
RsMoveInstructionDescription Class
Defines the parameters and other properties of an RsMoveInstruction.
Inheritance Hierarchy

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class RsMoveInstructionDescription : RsInstructionDescription

The RsMoveInstructionDescription type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleRsMoveInstructionDescription(String, MotionType)
Creates and initializes a new RsMoveInstructionDescription object.
Public methodCode exampleRsMoveInstructionDescription(String, MotionType, Boolean)
Creates and initializes a new RsMoveInstructionDescription object.
Top
Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyInformationText
Gets or sets an informational text for the instruction description.
(Inherited from RsInstructionDescription.)
Public propertyInstructionParameterGroups
Gets the RsInstructionParameterGroupCollection that defines all possible parameters of the instruction.
(Inherited from RsInstructionDescription.)
Public propertyCode exampleMotionType
Gets the MotionType of the move instruction.
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyParent
Returns the objects parent, if it has one.
(Inherited from ProjectObject.)
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Public propertyUseBrush
Gets or sets if previous SetBrush instructions are used by the move instruction.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFindInstructionParameter
Tries to find the RsInstructionParameter with the supplied name.
(Inherited from RsInstructionDescription.)
Public methodFindObjects
Recursively finds object that satisfy a condition.
(Inherited from ProjectObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ProjectObject.)
Top
Remarks
The Name property corresponds to the name of the RAPID instruction.
Version Information

Supported in: 1.0.0.0
See Also