RemoveLispFunction Method (IDocument) Send Feedback
See Also 
FunctionName
Name of the LISP function to remove
Removes the specified LISP function so that it can no longer be called from LISP.

Syntax

Visual Basic 
Sub RemoveLispFunction( _
   ByVal FunctionName As System.String _
) 
C# 
void RemoveLispFunction( 
   System.string FunctionName
)
JavaScript 
RemoveLispFunction( 
   FunctionName : String
)
COM native C++ 
HRESULT RemoveLispFunction( 
   BSTR FunctionName
) 
C++ 
DSRESULT RemoveLispFunction( 
   const dsString& FunctionName
) 

Parameters

FunctionName
Name of the LISP function to remove
 

See Also

Availability

DraftSight V1R4.0