SetReturnValue Method (ILispFunction) Send Feedback
See Also 
Value
Value for this LISP function to return to LISP
Sets the value for this LISP function to return to LISP.

Syntax

Visual Basic 
Sub SetReturnValue( _
   ByVal Value As LispParameter _
) 
C# 
void SetReturnValue( 
   LispParameter Value
)
JavaScript 
SetReturnValue( 
   Value : dsLispParameter
)
COM native C++ 
HRESULT SetReturnValue( 
   ILispParameter* Value
) 
C++ 
DSRESULT SetReturnValue( 
   dsLispParameter* Value
) 

Parameters

Value
Value for this LISP function to return to LISP
 

See Also

Availability

DraftSight V1R4.0