Class PayLoad
Defines a PayLoad object.
Inherited Members
Namespace: ABB.Robotics.Controllers.MotionDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class PayLoad : MechanicalUnitRapidData, IComparable, INamedObject, IDisposable
Constructors
View SourcePayLoad(MechanicalUnit, string)
Initializes a new instance of the PayLoad class.
Declaration
public PayLoad(MechanicalUnit unit, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| MechanicalUnit | unit | The unit. |
| string | name | The name. |