ArmLinkEntity Class

Microsoft Robotics Studio

Models one link of an articulated robotic limb

Namespace: Microsoft.Robotics.Simulation.Engine
Assembly:  SimulationEngine (in SimulationEngine.dll)
Version: 1.5.507.0

Syntax

[DataContractAttribute]
[CLSCompliantAttribute(true)]
[EditorAttribute(typeof(GenericObjectEditor), typeof(UITypeEditor))]
public class ArmLinkEntity : VisualEntity
'Declaration
<DataContractAttribute> _
<CLSCompliantAttribute(True)> _
<EditorAttribute(GetType(GenericObjectEditor), GetType(UITypeEditor))> _
Public Class ArmLinkEntity _
    Inherits VisualEntity
[DataContractAttribute]
[CLSCompliantAttribute(true)]
[EditorAttribute(typeof(GenericObjectEditor), typeof(UITypeEditor))]
public ref class ArmLinkEntity : public VisualEntity

Inheritance Hierarchy

System..::Object
  Microsoft.Robotics.Simulation..::Entity
    Microsoft.Robotics.Simulation.Engine..::VisualEntity
      Microsoft.Robotics.Simulation.Engine..::ArmLinkEntity

See Also

ArmLinkEntity Members

Microsoft.Robotics.Simulation.Engine Namespace