Open method example

Sub Open_Example()
     ' The following example opens "C:package.dwg" file.
     ' You may need to change the drawing path and name to reflect a valid
     ' BricsCAD drawing on your system.
     ThisDrawing.Application.Documents.Open ("D:/a/Blocks2D/Meubels/BEPL06_dubbel.dwg")
End Sub

© Bricsys NV. All rights reserved.