This runs a CommandState command. This is used to change a property value, or can be a custom command for this device

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RunCommand(
	string MethodName,
	Object[] Pars
)
Visual Basic (Declaration)
Public Sub RunCommand ( _
	MethodName As String, _
	Pars As Object() _
)
Visual C++
public:
virtual void RunCommand(
	String^ MethodName, 
	array<Object^>^ Pars
) sealed

Parameters

MethodName
Type: System..::.String

[Missing <param name="MethodName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.RunCommand(System.String,System.Object[])"]

Pars
Type: array< System..::.Object >[]()[]

[Missing <param name="Pars"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.RunCommand(System.String,System.Object[])"]

See Also