Through the EPDM API, I’m trying to determine if a file is a toolbox part. That is my question. If you know how, you can stop reading, kindly, kindly post a description of how to do it and disregard the last half of the question.
So far the only EPDM method I have found that even mentions the toolbox is EdmListRetFileFlag.EdmLstRet_ToolboxPart, but I cannot figure out how to use that flag. Can anyone teach me how to use/create the EdmListRetFileFlag integer?
Just to clairify, this flag option can help return column data for a Batch Listing (iEdmBatchListing) and part the of EdmListCol strucutre. This flag can return a column type called EdmCol_FileType (10) that can then return 4 values (ordinary file, Drawing, InternalComponent like a cutlist, or a toolbox part)
Not sure if this is somehow added in the creatlist or createlistex call but I cannot get it to return data either. Any ideas?