I recently saw Kean’s blog posting on Getting the list of hatch patterns available in the current AutoCAD drawing using .NET and wondered if I should try to use the AutoCAD WPF data binding UIBindings ...
Q: Is there any way to copy the contents of several rows/cells to another Table? A: Yes. You need to use the Table.CopyFrom method and pass two CellRange objects to it. The following command copies ...