SetToList Method (ILispParameter) Send Feedback
See Also 
LispParameterArray
Array of LISP parameters
Sets the value of the LISP parameter to the specified array of LISP parameters.

Syntax

Visual Basic 
Sub SetToList( _
   ByVal LispParameterArray As System.Object _
) 
C# 
void SetToList( 
   System.object LispParameterArray
)
JavaScript 
SetToList( 
   LispParameterArray : Array
)
COM native C++ 
HRESULT SetToList( 
   VARIANT LispParameterArray
) 
C++ 
DSRESULT SetToList( 
   const dsObjectPtrArray& LispParameterArray
) 

Parameters

LispParameterArray
Array of LISP parameters
 

See Also

Availability

DraftSight V1R4.0