Click or drag to resize

CycleGridItem Property

Gets a single coordinate location, e.g. [2,1], from this grid

Namespace: LynceeTec.API.Cycle
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public RelativeCyclePosition this[
	params int[] coords
] { get; }

Parameters

coords  Int32
Array of integers representing the coordinate, in the same order as the Axes they correspond to.

Return Value

RelativeCyclePosition
A RelativeCyclePosition with the cycle data for that position
Exceptions
ExceptionCondition
ArgumentException
See Also