Private Sub OpenMethod()
' The following example opens "C:\package.dwg" file.
' You may need to change the drawing path and name to reflect a valid
' IntelliCAD drawing on your system.
Documents.Open ("C:\package.dwg")
End Sub