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 string GetDevicePropertyValue(
	string PropName
)
Visual Basic (Declaration)
Public Overrides Function GetDevicePropertyValue ( _
	PropName As String _
) As String
Visual C++
public:
virtual String^ GetDevicePropertyValue(
	String^ PropName
) override

Parameters

PropName
Type: System..::.String

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

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.ScanningConfocalCamera.GetDevicePropertyValue(System.String)"]

See Also