UpdateLightEntity Class

Microsoft Robotics Studio

Update light

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

Syntax

public class UpdateLightEntity : Update<LightEntity, PortSet<DefaultUpdateResponseType, Fault>>
'Declaration
Public Class UpdateLightEntity _
    Inherits Update(Of LightEntity, PortSet(Of DefaultUpdateResponseType, Fault))
public ref class UpdateLightEntity : public Update<LightEntity^, PortSet<DefaultUpdateResponseType^, Fault^>^>

Inheritance Hierarchy

System..::Object
  Microsoft.Dss.ServiceModel.Dssp..::DsspOperation
    Microsoft.Dss.ServiceModel.Dssp..::DsspOperation<(Of <TBody, TResponse>)>
      Microsoft.Dss.ServiceModel.Dssp..::Update<(Of <LightEntity, PortSet<(Of <DefaultUpdateResponseType, Fault>)>>)>
        Microsoft.Robotics.Simulation.Engine..::UpdateLightEntity

See Also

UpdateLightEntity Members

Microsoft.Robotics.Simulation.Engine Namespace