Table of Contents

Class ProgramInstruction

Namespace
RoboDk.API.Model
Assembly
RoboDkApi.dll
public class ProgramInstruction
Inheritance
ProgramInstruction
Inherited Members

Properties

InstructionType

public InstructionType InstructionType { get; set; }

Property Value

InstructionType

IsJointTarget

public bool IsJointTarget { get; set; }

Property Value

bool

Joints

public double[] Joints { get; set; }

Property Value

double[]

MoveType

public MoveType MoveType { get; set; }

Property Value

MoveType

Name

public string Name { get; set; }

Property Value

string

Target

public Mat Target { get; set; }

Property Value

Mat