IT BLOCKS GET LIST SHANKS
From Macros Wiki
Jump to navigationJump to search
Command
- IT_BLOCKS_GET_LIST_SHANKS <make> <name> <array:list of types> <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, iNumTypes
- LOCAL ListShanks$(iNumTypes)
- IT_BLOCKS_GET_LIST_SHANKS "Kennametal", "Block1", ListShanks$, iNum