Dynamixel
GoalPosition Property
NamespacesDynamixelJointGoalPosition
Get or set the goal position of the joint.
Declaration Syntax
C#Visual BasicVisual C++
public abstract int GoalPosition { get; set; }
Public MustOverride Property GoalPosition As Integer
public:
virtual property int GoalPosition {
	int get () abstract;
	void set (int value) abstract;
}

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0