Odcl_FunctionUnProtect

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_FunctionUnProtect

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_FunctionUnProtect

This function UnProtect a function.

Parameter

String List of all function Name.

("Function1" "Function2" ...)

 

Return Values

Nil is Returned whatever the function exist or not.

The effect will take effecl on CAD res art.

 

Example:

Delete the specified folder

(Odcl_FunctionUnProtect (list "Function1" "Function2" "Function3"))

 

Result:

Nil

 

AutoLisp Syntax:

(Setq rValue (Odcl_FunctionUnProtect FunctionNames [as List]))