[Missing <summary> documentation for "M:CWrapper.CMMCore.popNextImageMD(System.UInt32,System.UInt32,CWrapper.Metadata)"]

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

Syntax

C#
public CoreImage popNextImageMD(
	uint channel,
	uint slice,
	Metadata md
)
Visual Basic (Declaration)
Public Function popNextImageMD ( _
	channel As UInteger, _
	slice As UInteger, _
	md As Metadata _
) As CoreImage
Visual C++
public:
CoreImage^ popNextImageMD(
	unsigned int channel, 
	unsigned int slice, 
	Metadata^ md
)

Parameters

channel
Type: System..::.UInt32

[Missing <param name="channel"/> documentation for "M:CWrapper.CMMCore.popNextImageMD(System.UInt32,System.UInt32,CWrapper.Metadata)"]

slice
Type: System..::.UInt32

[Missing <param name="slice"/> documentation for "M:CWrapper.CMMCore.popNextImageMD(System.UInt32,System.UInt32,CWrapper.Metadata)"]

md
Type: CWrapper..::.Metadata

[Missing <param name="md"/> documentation for "M:CWrapper.CMMCore.popNextImageMD(System.UInt32,System.UInt32,CWrapper.Metadata)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.CMMCore.popNextImageMD(System.UInt32,System.UInt32,CWrapper.Metadata)"]

See Also