[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getImageMetadata(System.Int32,System.UInt32,System.UInt32)"]

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

Syntax

C#
Metadata getImageMetadata(
	int handle,
	uint channel,
	uint slice
)
Visual Basic (Declaration)
Function getImageMetadata ( _
	handle As Integer, _
	channel As UInteger, _
	slice As UInteger _
) As Metadata
Visual C++
Metadata^ getImageMetadata(
	int handle, 
	unsigned int channel, 
	unsigned int slice
)

Parameters

handle
Type: System..::.Int32

[Missing <param name="handle"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getImageMetadata(System.Int32,System.UInt32,System.UInt32)"]

channel
Type: System..::.UInt32

[Missing <param name="channel"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getImageMetadata(System.Int32,System.UInt32,System.UInt32)"]

slice
Type: System..::.UInt32

[Missing <param name="slice"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getImageMetadata(System.Int32,System.UInt32,System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getImageMetadata(System.Int32,System.UInt32,System.UInt32)"]

See Also