 | CycleGridAll Method |
Iterate over all the positions in the grid.
Traverses the axes in order from first to last, i.e. [0,0], [0,1], ... [0,n], [1,0], [1,1], ... [1,n], ...
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 List<RelativeCyclePosition> All()
public:
List<RelativeCyclePosition^>^ All()
Return Value
Type:
ListRelativeCyclePosition
See Also