Odcl_GetXclip

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetXclip

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetXclip

This function retreive Xclip entity in the current drawing.

First Parameter

Ename entity or variable of ename entity

ex: (setq ename (car (entsel)))

 

Return Values

Ename of Xclip found.

Nil if none or  ot valid.

 

Example

(Setq rValue (Odcl_GetXclip (car (entsel))))

 

Result

<Entity name: 7f637305b50>

 

AutoLisp Syntax:

(Setq rValuu (Odcl_GetXclip Ename [Ename entiry]))