I am working on Autocad
using C# so need to know whether there is any way to get flat list
of layers from the dwg
file (using urn).
Right now I am using "GetModelviewPropertiesAsync
" method of Autodesk
library, but this is giving me of hierarchical data and it is not efficient to iterate through each loop.
Also tried this api Link. This is also not giving me a flat list
.
Please help.