Click or drag to resize

GridPosition(Int32, Int32, Int32) Constructor

Initializes a new instance of the GridPosition class

Namespace: LynceeTec.API.Cycle.Experiment
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public GridPosition(
	int line,
	int column,
	int layer
)

Parameters

line  Int32
 
column  Int32
 
layer  Int32
 
See Also