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
IDocument Interface
IDocument Members
IDocument::CreateLispFunction Method ()
ILispFunction Interface
IDocument Members
IDocument::CreateLispFunction Method ()
ILispFunction Interface
DraftSight V1R4.0