ILispParameter Interface Methods Send Feedback
See Also 

For a list of all members of this type, see ILispParameter members.

Public Methods

 NameDescription
 MethodGetDoubleGets the double value of this LISP parameter.  
 MethodGetHandleGets the handle of this LISP parameter.  
 MethodGetIntegerGets the integer or long value of this LISP parameter.  
 MethodGetListGets an array of LISP parameters.  
 MethodGetPointGets the point value for this LISP parameter.  
 MethodGetStringGets the string value of this LISP parameter.  
 MethodSetToDoubleSets the value of the LISP parameter to the specified double.  
 MethodSetToHandleSets the value of the LISP parameter to the specified handle.  
 MethodSetToIntegerSets the value of the LISP parameter to the specified integer or long.  
 MethodSetToListSets the value of the LISP parameter to the specified array of LISP parameters.  
 MethodSetToNilSets the value of the LISP parameter to nil.  
 MethodSetToPointSets the value of the LISP parameter to the specified point.  
 MethodSetToStringSets the value of the LISP parameter to the specified string.  
 MethodSetToTrueSets the value of the LISP parameter to true.  
 MethodSetToVoidSets the value of the specified LISP parameter to none.  
Top

See Also