IT BLOCKS GET LIST SHANK SIZES
From Macros Wiki
Jump to navigationJump to search
Command
- IT_BLOCKS_GET_LIST_SHANK_SIZES <make> <name> <array:list of sizes> <num sizes>
- Get a list of all shank sizes associated with a block in a block library
Parameters
- <make>
- Block make
- <name>
- Block name
- <array>
- String array to store list of shank sizes
- <num sizes>
- Variable for the number of shank sizes
Example
- IT_BLOCKS_GET_DATA "Kennametal", "Block1", NUM_SHANK_SIZES, iNumSizes
- LOCAL ListShanks$(iNumSizes)
- IT_BLOCKS_GET_LIST_SHANK_SIZES "Kennametal", "Block1", ListShanks$, iNum