Lilu2Go
Mechanical
- Apr 3, 2017
- 2
Hello @all!
I created a journal for exporting cgm files and execute this with run_journal.exe. Now, I have a problem with the names of the drawingsheets... sometimes they called "BLATT", or "DRAWING", or "SHT1". I couldn't find a solution to get this part varible for more than one name.
Dim drawingSheet1 As Drawings.DrawingSheet = CType(workPart.DrawingSheets.FindObject("BLATT"), Drawings.DrawingSheet)
Has anybody an idea? Thanks a lot!
I created a journal for exporting cgm files and execute this with run_journal.exe. Now, I have a problem with the names of the drawingsheets... sometimes they called "BLATT", or "DRAWING", or "SHT1". I couldn't find a solution to get this part varible for more than one name.
Dim drawingSheet1 As Drawings.DrawingSheet = CType(workPart.DrawingSheets.FindObject("BLATT"), Drawings.DrawingSheet)
Has anybody an idea? Thanks a lot!