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.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntax
public RelativeCyclePosition this[
	params int[] coords
] { get; }

Parameters

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

Return Value

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