[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPixelSizeUm(System.String)"]

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

Syntax

C#
double getPixelSizeUm(
	string resolutionID
)
Visual Basic (Declaration)
Function getPixelSizeUm ( _
	resolutionID As String _
) As Double
Visual C++
double getPixelSizeUm(
	String^ resolutionID
)

Parameters

resolutionID
Type: System..::.String

[Missing <param name="resolutionID"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPixelSizeUm(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPixelSizeUm(System.String)"]

See Also