几何尺寸与公差论坛

 找回密码
 注册
查看: 609|回复: 0

【转帖】pdmwe iedmtemplate53

[复制链接]
发表于 2009-4-12 22:01:28 | 显示全部楼层 |阅读模式
pdmwe iedmtemplate53
all,
i am attempting to run a pdmwe template from within solidworks(to pull a part number). however i am having trouble with the iedmtemplate53 object.
to start i am just trying the sample code from the help.
the code contains the following:
'execute the template
dim retdata() as edmdata
dim refreshflag as long
refreshflag = temp.runex(me.hwnd, folder.id, retdata)
when i run the code i get a type mismatch on the retdata indicating it is not an array.
any help would be appreciated.
thanks,
corey v
corey vantilborg
tigercat industries
try:
dim retdata as array = array.createinstance(gettype(edmdata), 1)
lee thanks for your suggestion.
i am using vb 6.0 so i do not think i have the array.createinstance method availible.
corey
corey vantilborg
tigercat industries
if you're using pdmwe 2008/09, vb 6 isn't supported. (add-ins anyway, not sure about standalones)
edited: 03/31/2009 at 12:01 pm by lee young
lee,
its for pdmwe07.
although in my testing our vb stand alone stuff works just fine with newer versions.
corey v
corey vantilborg
tigercat industries
quick
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-23 19:35 , Processed in 0.035012 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表