this is for the python code, It cannot handle the 2-D arrays, so we need to read them in 1 line at a time. painful, but required

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

Syntax

C#
public static void BuildUpArrayLine(
	int YIndex,
	int[] ImageArray
)
Visual Basic (Declaration)
Public Shared Sub BuildUpArrayLine ( _
	YIndex As Integer, _
	ImageArray As Integer() _
)
Visual C++
public:
static void BuildUpArrayLine(
	int YIndex, 
	array<int>^ ImageArray
)

Parameters

YIndex
Type: System..::.Int32

[Missing <param name="YIndex"/> documentation for "M:CoreDevices.CoreImage.BuildUpArrayLine(System.Int32,System.Int32[])"]

ImageArray
Type: array< System..::.Int32 >[]()[]

[Missing <param name="ImageArray"/> documentation for "M:CoreDevices.CoreImage.BuildUpArrayLine(System.Int32,System.Int32[])"]

See Also