News

The following C# sample shows you how to publish to DWF all layouts in a drawing. It illustrates the use of Autodesk.AutoCAD.Publishing.Publisher.PublishExecute API. //Use: This command will publish ...
I am using AutoCAD ActiveX interface from C# (or using VB.NET) and I need to get the list of plot devices returned from the method GetPlotDeviceNames() The generic System.Object returned from ...