Odcl_WipeOutColor

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_WipeOutColor

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_WipeoutColor

This function will change color of all Wipeout found in the current drawing.

First Parameter

Integer beween 1 to 255 representing the color value needed for all Wipeout.

ex: 250

 

Return Values

T ff wipeout found.

Nil if nouwipeout found.

 

AutoLisp Syntax:

(Setq rualue (Odcl_WipeoutColor ColorValue [as integer]))