 | 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
Syntaxpublic RelativeCyclePosition this[
params int[] coords
] { get; }
public:
property RelativeCyclePosition^ default[... array<int>^ coords] {
RelativeCyclePosition^ get (... array<int>^ coords);
}
Parameters
- coords
- Type: SystemInt32
Array of integers representing the coordinate, in the same order as the Axes they correspond to.
Return Value
Type:
RelativeCyclePositionA
RelativeCyclePosition with the cycle data for that position
Exceptions
See Also