How to get information about entities

<< Click to Display Table of Contents >>

How to get information about entities

To get information about the entities located in the Model area, execute the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
    <get PathName="BLOCKS;*Model_Space;"/>
</cadsofttools>

 

To get information about the entities located within the layout, execute the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
    <get PathName="BLOCKS;*PAPER_SPACE;"/>
</cadsofttools>

 

Note: Name of the *PAPER_SPACE layout block is stated for the corresponding layout.

Go to CADEditorX

URL of this topic:
https://cadsofttools.de/help/cadeditorx/index.html?how_to_get_information_about_a.htm