Show / Hide Table of Contents

Class InstructionListJointsResult

Encapsulates the InstructionListJoints() result.

继承
object
InstructionListJointsResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType ()
object.MemberwiseClone()
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public class InstructionListJointsResult

Properties

|Improve this Doc View Source

ErrorCode

状态是0 if no problems are found. Otherwise it returns the number of instructions that can be successfully executed. If status is negative it means that one or more targets are not properly defined (missing target item in an instruction).

Declaration
public int ErrorCode { get; set; }
Property Value
Type Description
int
|Improve this Doc View Source

ErrorMessage

Human readable error message (if any)

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
string
|Improve this Doc View Source

JointList

List of joint(axis) positions.

Declaration
public List JointList { get; set; }
Property Value
Type Description
List<InstructionListJointsResult.JointsResult>
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc .)