Hi All,
I am working with the Aspose.CAD library and am attempting to export and import attribute data from dwg files. I am running into a few issues while doing so, these being:
Reading Attribute values.
While trav…...find attributes foreach (var obj in insert.ChildObjects) { var...attprops = insert.Attributes; if (obj is CadAttrib attObj) { var name...