Custom handling of a few properties that are essential for the scanning. Base class handles all the normal stuff

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

Syntax

C#
public override void SetDeviceProperty(
	string PropName,
	string PropValue
)
Visual Basic (Declaration)
Public Overrides Sub SetDeviceProperty ( _
	PropName As String, _
	PropValue As String _
)
Visual C++
public:
virtual void SetDeviceProperty(
	String^ PropName, 
	String^ PropValue
) override

Parameters

PropName
Type: System..::.String

[Missing <param name="PropName"/> documentation for "M:CoreDevices.Devices.ScanningConfocalCamera.SetDeviceProperty(System.String,System.String)"]

PropValue
Type: System..::.String

[Missing <param name="PropValue"/> documentation for "M:CoreDevices.Devices.ScanningConfocalCamera.SetDeviceProperty(System.String,System.String)"]

See Also