Rename layers #499
Answered
by
DomCR
heatgithub
asked this question in
Q&A
Rename layers
#499
-
I haven't found a way to rename a layer, if there is a way I would be glad if someone can show me how to accomplish that. Otherwise that would be a nice feature in the near future. |
Beta Was this translation helpful? Give feedback.
Answered by
DomCR
Dec 3, 2024
Replies: 1 comment 1 reply
-
Hi @heatgithub, To change a Layer name, you just have to change the property name: Layer.Name = "new_name"; Here is a test as an example: Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DomCR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @heatgithub,
To change a Layer name, you just have to change the property name:
Here is a test as an example:
ACadSharp/src/ACadSharp.Tests/Tables/TableEntryTests.cs
Line 31 in 4856dec
Hope this helps.