haplokuon / netDxf

.net dxf Reader-Writer
MIT License
993 stars 404 forks source link

Hidden layer identifying... I had read DXF document there is mentioned where colour code value is negative number to identify hidden layer #430

Closed Dharmesh1979 closed 1 year ago

Dharmesh1979 commented 1 year ago

Hi, Another query is it true which I got ref. in DXF document for hidden layer state to identify where colour code value is negative number?

How to achieve this using this library?

haplokuon commented 1 year ago

Just check the IsVisible property of the Layer.

Dharmesh1979 commented 1 year ago

Ok Thank you.