Dynamixel
Item Property (name)
NamespacesDynamixelJointSetItem[([(String])])
Return a joint by name.
Declaration Syntax
C#Visual BasicVisual C++
public Joint this[
	string name
] { get; }
Public ReadOnly Default Property Item ( _
	name As String _
) As Joint
public:
property Joint^ default[String^ name] {
	Joint^ get (String^ name);
}
Parameters
name (String)
The name of the joint.
Return Value
The joint, or null if not found.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0