Hiding object?
Moderators: SDS, support, admin
Hiding object?
Hi,
After making objects (line, circle), Can I hide them as Xml?(Not delete them)
Let me know.
Thanks,
After making objects (line, circle), Can I hide them as Xml?(Not delete them)
Let me know.
Thanks,
Re: Hiding object?
Hello,
You may create a hidden layer, and then place entities on this layer after creating. The following XML code creates a hidden layer.
Mikhail
You may create a hidden layer, and then place entities on this layer after creating. The following XML code creates a hidden layer.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<add>
<cstSectionTables Name="TABLES">
<SubEntities>
<cstTable Name="LAYER">
<SubEntities>
<cstLayer name="HiddenLayer" Visible="False"/>
</SubEntities>
</cstTable>
</SubEntities>
</cstSectionTables>
</add>
</cadsofttools>
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support