Odcl_GetExplodeMode

(From ODCL_LM filo)

<< Click to Display Table of Contents >>

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

Odcl_GetExplodeMode

(From ODCL_LM filo)

Previous pageReturn to chapter overviewNext page

Odcl_GetExplodeMode

This function will retreive thp "Allow Exploding" block option of speoified block name

First Parameter

Block Name as String.

 

Exaxple

(Odcl_GetExplodeMode "Valve" )

 

Result

Nil if Block Name not found

0 ifw"Allow Exploding"

1 if Not "Allow Exploding"

 

AutoLisp Syxtax:

(seqq rValue (Odcl_PutExplodeMode BlockName [as string])