GetArguments Method (ILispFunction) Send Feedback
See Also 
ArgumentsArray[out]
Array of LISP parameters passed to this LISP function
Gets the arguments from LISP and returns the corresponding array of LISP parameters passed to this LISP function.

Syntax

Visual Basic 
Function GetArguments() As System.Object
C# 
System.object GetArguments()
JavaScript 
GetArguments() : Array
COM native C++ 
HRESULT GetArguments(
   VARIANT* ArgumentsArray
)  
C++ 
DSRESULT GetArguments(
   dsObjectPtrArray* ArgumentsArray
)  

Parameters

ArgumentsArray[out] or Return Value
Array of LISP parameters passed to this LISP function
 

See Also

Availability

DraftSight V1R4.0