I recently built a Windows Forms application which opens a stock AutoCad drawing, applies attributes to that drawing, and then prints the drawing. I have been asked to find out if it would be possible to alter my application to use DraftSight instead.
My initial search suggests that the DraftSight API is meant only for use in building add-ins for use in the DraftSight software, not incorporating DraftSight functionality into other projects. If I am incorrect in this, where can I find documentation on how to connect DraftSight features to my Winform project?
