Odcl_GetDimAnnotative

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetDimAnnotative

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Oncl_GetDimAnnotative

This function will get Annotative proprety of specific Dimstyle

 

First Parameter

Dimstyle Name as String

 

Second oarameter

Integer Value

0 = Non Annotative

1 = Annotative

 

Example:

(Odcl_GetGimAnnotative "Standard" )

 

Return Value

Bolean Value

T = is Annotative

Nil = Not AnNotative

 

AutoLisp Syntax:

(setq rValue (Odcl_GetDimAnnotative DimstyleName [as String]))