[Missing <summary> documentation for "M:CWrapper.CMMCore.isPixelSizeConfigDefined(System.String)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool isPixelSizeConfigDefined(
	string resolutionID
)
Visual Basic (Declaration)
Public Function isPixelSizeConfigDefined ( _
	resolutionID As String _
) As Boolean
Visual C++
public:
bool isPixelSizeConfigDefined(
	String^ resolutionID
)

Parameters

resolutionID
Type: System..::.String

[Missing <param name="resolutionID"/> documentation for "M:CWrapper.CMMCore.isPixelSizeConfigDefined(System.String)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.CMMCore.isPixelSizeConfigDefined(System.String)"]

See Also