Odcl_GetXdata

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetXdata

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetXdata

This function will get the Xdata information of the selected entity.

First Parameter

Ename entity

 

Second Parameter

Application Name as String

ex: "myAPP"

 

Return Values

Xdata information or Nil if no Xdata found.

 

Example:

(Odcl_GetXdata (car (entsel)) "MyApp")

 

AutoLisp Syntax:

(Od_l_GetXdata Obcect [as Ename entity] ApplicationName [as string])