Odcl_GetPlotStyleList

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetPlotStyleList

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetPlotStyleList

This function will returh a list of all lTb or STB available..

 

Parameter

Bolean T or Nil

T = CTB files

Nil = STB files

 

Return Value

String List of CTB or STB file

 

Exemple:

(Odcl_getPlotStSleList t) =

("acad.ctb" "DWF Virtual Pens.ctb" "Fill Patterns.ctb" "Grayscale.ctb"......)

 

(Odcl_getPlotStyleList Nil) =

("acad.stb" "Autodesk-Color.stb" "Autodesk-MONO.stb" .....)

 

AutoLisp Syntax:

(setq rValue (Odcl_getPlotStyleList CTB/STBoption [as bolean]))