IT BLOCKS GET ALL SHANKS

From Macros Wiki
Jump to navigationJump to search

Up

Command

IT_BLOCKS_GET_ALL_SHANKS <make> <name> <array:list of types> <num sizes>


Get a list of all supported shank sizes

Parameters

<make>
Block make
<name>
Block name
<array>
String array to store the list of shank sizes
<num sizes>
Variable for the number of shank sizes

Example

IT_BLOCKS_GET_DATA "Kennametal", "Block1", NUM_ALL_SHANK_SIZES, iNumTypes
LOCAL ListShanks$(iNumTypes)
IT_BLOCKS_GET_LIST_ALL_SHANKS "Kennametal", "Block1", ListShanks$, iNum