Delete one layer as XML
Moderators: SDS, support, admin
Delete one layer as XML
Hello,
I'd like to delete one layer.
For example,
First, I make A, B, C, and D layer.
And I work with A, B, C, and D layer.
Last, I'd like to delete only C layer.
Let me know deleting one layer as Xml.
Thanks,
I'd like to delete one layer.
For example,
First, I make A, B, C, and D layer.
And I work with A, B, C, and D layer.
Last, I'd like to delete only C layer.
Let me know deleting one layer as Xml.
Thanks,
Re: Delete one layer as XML
Hello,
To delete a certain layer and all objects on this layer, use the following XML code:
Mikhail
To delete a certain layer and all objects on this layer, use the following XML code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
<select Layer="C" Marker="True"/>
<delete/>
<select PathName="TABLES;LAYER;C;" Marker="False"/>
<delete/>
</cadsofttools>
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support