You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use ACadVersion then I get = his drawing was saved with a student Version
but it is ok if I don't use ACadVersion
`
Const dwgFilePath22 = "Test1.dwg"
doc.Header.Version = ACadVersion.AC1032
Using writer As DwgWriter = New DwgWriter(dwgFilePath22, doc)
writer.Write()
End Using
End Sub`
Regards
Sigster
The text was updated successfully, but these errors were encountered:
Hi
If I use ACadVersion then I get = his drawing was saved with a student Version
but it is ok if I don't use ACadVersion
`
End Sub`
Regards
Sigster
The text was updated successfully, but these errors were encountered: