This example demonstrates how to use the LoadApplication method to load an SDS or LISP application.
Private Sub LoadApplicationExample()
Dim myObject As Application
' Load a file called mylispfl.lsp
Application.LoadApplication mylispfl
End Sub