DeleteLightEntity Class

Microsoft Robotics Studio

Delete light

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

Syntax

public class DeleteLightEntity : Delete<LightEntity, PortSet<DefaultDeleteResponseType, Fault>>
'Declaration
Public Class DeleteLightEntity _
    Inherits Delete(Of LightEntity, PortSet(Of DefaultDeleteResponseType, Fault))
public ref class DeleteLightEntity : public Delete<LightEntity^, PortSet<DefaultDeleteResponseType^, Fault^>^>

Inheritance Hierarchy

System..::Object
  Microsoft.Dss.ServiceModel.Dssp..::DsspOperation
    Microsoft.Dss.ServiceModel.Dssp..::DsspOperation<(Of <TBody, TResponse>)>
      Microsoft.Dss.ServiceModel.Dssp..::Delete<(Of <LightEntity, PortSet<(Of <DefaultDeleteResponseType, Fault>)>>)>
        Microsoft.Robotics.Simulation.Engine..::DeleteLightEntity

See Also

DeleteLightEntity Members

Microsoft.Robotics.Simulation.Engine Namespace