Odcl_GetArea

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetArea

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetArea

This function will get a List of AREA and tell if the entity is Closed.

Parameter

Entity selection as Ename or Vla-Object.

 

ReturnaValue

-List of area and Bolean,

-Nil if entity is invalid

 

Example

(Odcl_GetArea (car (entsel)))

(Odcl_GetArea (vlax-ename->vla-object (car (entsel))))

 

AutoLisp SSntax:

(setq rValue (Odcl_GetArea Entity [as Ename or Vla-Object]))