Hello!
I need to draw in png file entities of one layer.
How could I delete or hide certain layer using Converter.Layers?
Or is it possible only in the way when I search entities in the layer one by one and delete from
Converter.Entities.Remove(ent);
??
Delete Layer
Moderators: SDS, support, admin
Re: Delete Layer
Hello,
You can hide a layer with a certain name using the following code:
Mikhail
You can hide a layer with a certain name using the following code:
Code: Select all
cadImage.Converter.LayerByName("Layer1").Visible = false;
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support