Private Sub CloseAllMethod()
' This example closes all IntelliCAD documents with the CloseAll method.
IntelliCAD.Documents.CloseAll
End Sub