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

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

Syntax

C#
void setPixelSizeUm(
	string resolutionID,
	double pixSize
)
Visual Basic (Declaration)
Sub setPixelSizeUm ( _
	resolutionID As String, _
	pixSize As Double _
)
Visual C++
void setPixelSizeUm(
	String^ resolutionID, 
	double pixSize
)

Parameters

resolutionID
Type: System..::.String

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

pixSize
Type: System..::.Double

[Missing <param name="pixSize"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setPixelSizeUm(System.String,System.Double)"]

See Also