几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   SolidWorks二次开发 (http://www.dimcax.com/hust/forumdisplay.php?f=111)
-   -   【转帖】pdmwe iedmtemplate53 (http://www.dimcax.com/hust/showthread.php?t=4857)

yang686526 2009-04-12 10:01 PM

【转帖】pdmwe iedmtemplate53
 
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


所有的时间均为北京时间。 现在的时间是 11:57 AM.