APIs, concepts, guides, and more

◆ AxisCountGet()

int32_t AxisCountGet ( )
Description:
AxisCountGet returns the axis count of the RapidCodeMotion.
Returns
(int32_t) The number of axes.
Sample Code:
int32_t axisCount = axis->AxisCountGet();
printf("Axis count is %ld\n", axisCount);
See also
Init