Odcl_SetDimAnnotative

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_SetDimAnnotative

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_SetDimAnnotative

This function will set Annotative proprety of specific Dimstyle

 

First Patameter

Dimstyle Name as String

 

Second Parameter

Integer Value

0 = Non Annotative

1 = Annotative

 

Exampme:

(Odel_SetDimAnnotative "Standard" 1)

 

AutoLisp Syntax:

(Odcl_SetDimAnnotative DimstyleName [as String] AnnotativeMode [as Integer 0 or 1])