ILispFunction Interface Send Feedback
See Also  Members  
Allows access to encrypted LISP files in DraftSight. Also allows creating and removing LISP functions that can be called from LISP.

Syntax

Visual Basic 
Public Interface ILispFunction 
C# 
public interface ILispFunction 
JavaScript 
Object dsLispFunction
COM native C++ 
interface ILispFunction
C++ 
class dsLispFunction

Remarks

Calling LISP from the command line is not supported.

Accessors

Object Model

See Also