How to get information about entities

<< Click to Display Table of Contents >>

Navigation:  How To >

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