SetReturnValue Method (ILispFunction)
Sets the value for this LISP function to return to LISP.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetReturnValue( _
dsLispParameter* Value As LispParameter _
) |
C# | |
---|
void SetReturnValue(
LispParameter Value
) |
COM native C++ | |
---|
HRESULT SetReturnValue(
ILispParameter* Value
) |
Parameters
- Value
- Value for this LISP function to return to LISP
See Also
Availability
DraftSight V1R4.0