IntelliCAD 11.1 Object Library
LoadLISP Method
See Also 
ApplicationName
A string variable representing the name of the LISP application.
Application Object : LoadLISP Method

Description

Loads a specified LISP application.

Syntax

Visual Basic
Public Sub LoadLISP( _
   ByVal ApplicationName As String _
) 

Parameters

ApplicationName
A string variable representing the name of the LISP application.

Example

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

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.