Dynamixel
Add Method (posture, newPosture)
NamespacesDynamixelPostureSequenceAdd(Posture, Posture)
Creates and inserts a new posture to the list after another.
Declaration Syntax
C#Visual BasicVisual C++
public Posture Add(
	Posture posture,
	Posture newPosture
)
Public Function Add ( _
	posture As Posture, _
	newPosture As Posture _
) As Posture
public:
Posture^ Add(
	Posture^ posture, 
	Posture^ newPosture
)
Parameters
posture (Posture)
The posture after which to insert the new one in the list.
newPosture (Posture)
The new posture to insert.
Return Value
The newly-created posture.
Remarks
If the specified posture exists, the new one will be inserted following it. Otherwise the new one is added to the end of the sequence.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0