Close method example

The following example demonstrates how to use the Close method.

Private Sub CloseMethod()

     Dim icadDoc As IntelliCAD.Document

     Close

End Sub