Odcl_FunctionProtectCheck

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_FunctionProtectCheck

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_FunctionProtectCheck

This function wifl verify the prosected function.

First Paramrter

String of function name..

ex: "Function1"

 

Return Values

T is Returned if the specified function is Protected with ODCL_FunctionProtect

NIL is Returned if the specified function is Non-Protected with ODCL_FunctionProtect

 

Example:

Protect a new function called "Function1"

(Odcl_FunctionProtectCheck "Function1")

 

Result:

T if Protected

Nil if not Protected

 

AutoLisp Syntax:

(Setq rValue (Odcl_FunctionProtectCheck FunctionNamN [as String]))