 | CycleGridItem Property |
Gets a single coordinate location, e.g. [2,1], from this grid
Namespace: LynceeTec.API.CycleAssembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntaxpublic RelativeCyclePosition this[
params int[] coords
] { get; }
public:
property RelativeCyclePosition^ default[... array<int>^ coords] {
RelativeCyclePosition^ get (... array<int>^ coords);
}
Parameters
- coords Int32
- Array of integers representing the coordinate, in the same order as the Axes they correspond to.
Return Value
RelativeCyclePositionA
RelativeCyclePosition with the cycle data for that position
Exceptions
See Also