At class Linetype I see two methods for serializing the line type.
I see an error when reading the value of LinetypeSegmentRotationType.Absolute
It is read using "Q=" string at private static LinetypeSegment ReadLineTypeComplexSegment(string[] data, double length) method:
At class
Linetype
I see two methods for serializing the line type.I see an error when reading the value of
LinetypeSegmentRotationType.Absolute
It is read using"Q="
string atprivate static LinetypeSegment ReadLineTypeComplexSegment(string[] data, double length)
method:It is written using another string
"A="
atpublic void Save(string file)
method: