How to get layers, text style, etc.

<< Click to Display Table of Contents >>

Navigation:  How To >

How to get layers, text style, etc.

To get the list of the drawing layers and view their properties, execute the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
 <get PathName="TABLES;LAYER"/>                              
</cadsofttools>  

 

To get the list of the drawing text styles, execute the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
 <get PathName="TABLES;STYLE"/>                              
</cadsofttools>  

Go to CADEditorX