Guest
hello all together,
i have a problem with the SolidWorks- API in Visual Basic.
I've written:
dim objPart as Object
dim objAnno as Object
Set objPart = objSwApp.ActivateDoc("3-0002000,Welle_m_Passfedernut.SLDPRT"
objAnno = objPart.GetFirstAnnotation2()
but there returns a failure. Can somebody tell me why?
Thank you, Marco
i have a problem with the SolidWorks- API in Visual Basic.
I've written:
dim objPart as Object
dim objAnno as Object
Set objPart = objSwApp.ActivateDoc("3-0002000,Welle_m_Passfedernut.SLDPRT"
objAnno = objPart.GetFirstAnnotation2()
but there returns a failure. Can somebody tell me why?
Thank you, Marco