Hello, I’m having trouble finding the method to add a cadxrecord when modifying a DWG drawing using Aspose CAD .NET. Could you please help me figure out how to write a cadxrecord into a CADImage?...0; var z = 0.0; var pointBinary = new byte[24];...CopyTo(pointBinary, 8); BitConverter.GetBytes(z).CopyTo(pointBinary, 16); cadXRecord...